diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 17:03:56 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 17:03:56 +0000 |
commit | f627122026898eb207088e2557c16c827efa5ba2 (patch) | |
tree | dffb63254c37cfc977efa22055e29ff9a79f03e5 /doc | |
parent | c53a096be64cdde8b84d3154e4aca2a81c27ff7b (diff) |
* Add missing comma in apt_preferences(5) (Closes: #215362)
Author: mdz
Date: 2003-10-12 16:57:39 GMT
* Add missing comma in apt_preferences(5) (Closes: #215362)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/apt_preferences.5.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/apt_preferences.5.sgml b/doc/apt_preferences.5.sgml index 5496bc62d..817586548 100644 --- a/doc/apt_preferences.5.sgml +++ b/doc/apt_preferences.5.sgml @@ -374,7 +374,7 @@ file would require one of the following lines. <programlisting> Pin: release v=3.0 -Pin: release a=stable v=3.0 +Pin: release a=stable, v=3.0 Pin: release 3.0 </programlisting> |