Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/usr.bin/man
Module Name: src
Committed By: cegger
Date: Wed Oct 7 08:30:31 UTC 2009
Modified Files:
src/usr.bin/man: man.1 man.c
Log Message:
Mimic OSX behaviour:
On OS X it is possible to specify the manpage filename
with a full or relative path like this:
man ./foo.5
or
man /cd/foo/bar.1.gz
This is really helpful to view the manpage quickly while editing it.
patch presented on current-users@ and tech-userlevel@:
http://mail-index.netbsd.org/current-users/2009/10/06/msg010767.html
http://mail-index.netbsd.org/tech-userlevel/2009/10/06/msg002675.html
No objections
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/usr.bin/man/man.1
cvs rdiff -u -r1.38 -r1.39 src/usr.bin/man/man.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index