Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Apr 1998 21:10:02 -0700 (PDT)
From:      Bruce Evans <bde@zeta.org.au>
To:        freebsd-bugs
Subject:   Re: bin/6294: manpage for who(1) has inaccurate synopsis
Message-ID:  <199804140410.VAA11362@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/6294; it has been noted by GNATS.

From: Bruce Evans <bde@zeta.org.au>
To: FreeBSD-gnats-submit@FreeBSD.ORG, ru@ucb.crimea.ua
Cc:  Subject: Re: bin/6294: manpage for who(1) has inaccurate synopsis
Date: Tue, 14 Apr 1998 13:55:52 +1000

 >>Description:
 >
 >	Instead of
 >
 >		who [am I] [file]
 >
 >	it should look like
 >
 >		who [am I]
 >		who [file]
 
 Also, the options parsing is feeble:
 
 	$ who -z
 	who: -z: No such file or directory
 	$ who am you
 	bde ...
 	$ who 1 2 3
 	usage: who [file]
 	       who am I
 
 This usage message different from (and better) than the one given by
 the fixed man page.
 
 Bruce

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199804140410.VAA11362>