From: Arch Librarian Date: Mon, 20 Sep 2004 16:52:22 +0000 (+0000) Subject: Fixed help text man page references X-Git-Tag: 0.7.24ubuntu1~1523 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/21ae3cae55e3537db56ae7a77748cacb37b99db6 Fixed help text man page references Author: jgg Date: 1998-12-31 01:32:20 GMT Fixed help text man page references --- diff --git a/cmdline/apt-cache.cc b/cmdline/apt-cache.cc index 6bcb133cd..83fe53dfe 100644 --- a/cmdline/apt-cache.cc +++ b/cmdline/apt-cache.cc @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: apt-cache.cc,v 1.20 1998/12/14 03:39:15 jgg Exp $ +// $Id: apt-cache.cc,v 1.21 1998/12/31 01:32:20 jgg Exp $ /* ###################################################################### apt-cache - Manages the cache files @@ -474,7 +474,7 @@ bool ShowHelp(CommandLine &Cmd) cout << " -i Show only important deps for the unmet command." << endl; cout << " -c=? Read this configuration file" << endl; cout << " -o=? Set an arbitary configuration option, ie -o dir::cache=/tmp" << endl; - cout << "See the apt-cache(8) and apt.conf(8) manual pages for more information." << endl; + cout << "See the apt-cache(8) and apt.conf(5) manual pages for more information." << endl; return 100; } /*}}}*/ diff --git a/cmdline/apt-get.cc b/cmdline/apt-get.cc index f7313a07e..9749913a7 100644 --- a/cmdline/apt-get.cc +++ b/cmdline/apt-get.cc @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: apt-get.cc,v 1.31 1998/12/14 02:23:47 jgg Exp $ +// $Id: apt-get.cc,v 1.32 1998/12/31 01:32:20 jgg Exp $ /* ###################################################################### apt-get - Cover for dpkg @@ -993,7 +993,7 @@ bool ShowHelp(CommandLine &CmdL) cout << " -u Show a list of upgraded packages as well" << endl; cout << " -c=? Read this configuration file" << endl; cout << " -o=? Set an arbitary configuration option, ie -o dir::cache=/tmp" << endl; - cout << "See the apt-get(8), sources.list(8) and apt.conf(8) manual" << endl; + cout << "See the apt-get(8), sources.list(5) and apt.conf(5) manual" << endl; cout << "pages for more information." << endl; return 100; }