From owner-cvs-all Fri Dec 3 22:25:16 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C7EBF15364; Fri, 3 Dec 1999 22:25:11 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA48104; Fri, 3 Dec 1999 22:22:16 -0800 (PST) (envelope-from jhb@FreeBSD.org) Message-Id: <199912040622.WAA48104@freefall.freebsd.org> From: John Baldwin Date: Fri, 3 Dec 1999 22:22:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/man/man man.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jhb 1999/12/03 22:22:15 PST Modified files: (Branch: RELENG_3) gnu/usr.bin/man/man man.c Log: MFC Revision 1.36 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. Reviewed by: jkh Revision Changes Path 1.28.2.1 +6 -4 src/gnu/usr.bin/man/man/man.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message