1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
Description: Include actual Debian paths in manpage
Forwarded: not needed
Author: Petra Malik <Petra.Malik@xtra.co.nz>
Last-Update: 2003-01-31
--- a/doc/cdargs.1
+++ b/doc/cdargs.1
@@ -284,19 +284,22 @@ bold font (if the terminal emulation und
.SH "FILES"
+.I "/usr/bin/cdargs"
+the cdargs executable.
+.TP
.I "$HOME/.cdargs"
personal bookmarks file.
.TP
.I "$HOME/.cdargsresult"
temporary file for passing results to shell.
.TP
-.I "contrib/cdargs-bash.sh"
+.I "/usr/share/doc/cdargs/examples/cdargs-bash.sh"
example collection of bash functions.
.TP
-.I "contrib/cdargs-tcsh.csh"
+.I "/usr/share/doc/cdargs/examples/cdargs-tcsh.csh"
example collection of tcsh functions.
.TP
-.I "contrib/cdargs.el"
+.I "/usr/share/emacs/site-lisp/cdargs.el"
(X)Emacs front-end to personal bookmarks file
.SH "REPORTING BUGS"
|