From owner-cvs-all Fri Nov 12 16:11:55 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 00FC214DBB; Fri, 12 Nov 1999 16:11:51 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA25125; Fri, 12 Nov 1999 16:11:51 -0800 (PST) (envelope-from jhb@FreeBSD.org) Message-Id: <199911130011.QAA25125@freefall.freebsd.org> From: John Baldwin Date: Fri, 12 Nov 1999 16:11:51 -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/11/12 16:11:51 PST Modified files: gnu/usr.bin/man/man man.c Log: 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 Revision Changes Path 1.36 +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