Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [netbsd-8] src/usr.bin/man



Module Name:    src
Committed By:   martin
Date:           Sun Mar 13 09:54:01 UTC 2022

Modified Files:
        src/usr.bin/man [netbsd-8]: man.c

Log Message:
Pull up following revision(s) (requested by gutteridge in ticket #1737):

        usr.bin/man/man.c: revision 1.69
        usr.bin/man/man.c: revision 1.70
        usr.bin/man/man.c: revision 1.72

man.c: fix -m option so it works as documented

Refactoring work in man.c r. 1.40 from twelve years ago introduced a
regression where input from the -m option was appended rather than
prepended to the search paths. Problem reported by C. Chapman on
netbsd-users.

man: fix type mismatch between enum and int (since yesterday)
No binary change.

man: remove unused global variable 'instype' (since yesterday)
No functional change.


To generate a diff of this commit:
cvs rdiff -u -r1.66 -r1.66.2.1 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