diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-11-23 08:12:02 +0100 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-11-23 08:12:02 +0100 |
commit | 65d71b381cc326bdf5310d8a2ea5b3f0d0307f63 (patch) | |
tree | 49642b65192cf697e385ac6283372d2aa1630a74 /doc | |
parent | 14127f180b86c2290abf3653cd4b4d5972a1177e (diff) |
* added missing ","
Diffstat (limited to 'doc')
-rw-r--r-- | doc/apt-get.8.xml | 2 | ||||
-rw-r--r-- | doc/apt.8 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/apt-get.8.xml b/doc/apt-get.8.xml index 451806e7b..17f663a35 100644 --- a/doc/apt-get.8.xml +++ b/doc/apt-get.8.xml @@ -467,7 +467,7 @@ <refsect1><title>See Also</title> <para>&apt-cache;, &apt-cdrom;, &dpkg;, &dselect;, &sources-list;, - &apt-conf;, &apt-config;, &apt-secure; + &apt-conf;, &apt-config;, &apt-secure;, The APT User's guide in &guidesdir;, &apt-preferences;, the APT Howto.</para> </refsect1> @@ -32,7 +32,7 @@ None. .BR apt-cache (8), .BR apt-get (8), .BR apt.conf (5), -.BR sources.list (5) +.BR sources.list (5), .BR apt-secure (8) .SH DIAGNOSTICS apt returns zero on normal operation, decimal 100 on error. |