]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix man so that it does not allow command line arguments to expand when
authorJohn Baldwin <jhb@FreeBSD.org>
Sat, 13 Nov 1999 00:11:50 +0000 (00:11 +0000)
committerJohn Baldwin <jhb@FreeBSD.org>
Sat, 13 Nov 1999 00:11:50 +0000 (00:11 +0000)
commit8081b10e66b4300764c357861cfa9aa7cb858cf6
tree4c38868b37bcd8e833230a888bbc2f7be0583b2e
parent2c15f8aa97f29c8800a934a43905fae502fe3660
Fix man so that it does not allow command line arguments to expand when
executing apropos or whatis.  This prevents `man -k ';echo foo'` from
executing `echo foo` and causes apropos to print an error message instead.

Add $FreeBSD$ while I am here.

Noticed by: chris
gnu/usr.bin/man/man/man.c