From owner-freebsd-doc Sun Nov 18 12:30:11 2001 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4B35237B41A for ; Sun, 18 Nov 2001 12:30:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAIKU2s77707; Sun, 18 Nov 2001 12:30:02 -0800 (PST) (envelope-from gnats) Received: from relay3-gui.server.ntli.net (relay3-gui.server.ntli.net [194.168.4.200]) by hub.freebsd.org (Postfix) with ESMTP id 8B5D537B405 for ; Sun, 18 Nov 2001 12:28:57 -0800 (PST) Received: from pc3-card3-0-cust122.cdf.cable.ntl.com ([62.254.251.122] helo=rhadamanth.private.submonkey.net ident=exim) by relay3-gui.server.ntli.net with esmtp (Exim 3.03 #2) id 165YYi-0004pq-00 for FreeBSD-gnats-submit@freebsd.org; Sun, 18 Nov 2001 20:28:56 +0000 Received: from setantae by rhadamanth.private.submonkey.net with local (Exim 3.33 #1) id 165YYd-000EnP-00 for FreeBSD-gnats-submit@freebsd.org; Sun, 18 Nov 2001 20:28:51 +0000 Message-Id: Date: Sun, 18 Nov 2001 20:28:51 +0000 From: Ceri Reply-To: Ceri To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: docs/32083: Minor grammar fix in from.1 (plus avoid uppercasing program name) Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 32083 >Category: docs >Synopsis: Minor grammar fix in from.1 (plus avoid uppercasing program name) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Sun Nov 18 12:30:02 PST 2001 >Closed-Date: >Last-Modified: >Originator: setantae@submonkey.net >Release: FreeBSD 4.4-STABLE i386 >Organization: >Environment: System: FreeBSD rhadamanth.private.submonkey.net 4.4-STABLE FreeBSD 4.4-STABLE #0: Fri Nov 16 21:14:33 GMT 2001 root@rhadamanth.private.submonkey.net:/usr/obj/usr/src/sys/RHADAMANTH i386 >Description: There is an additional comma in from.1 which is grammatically incorrect. Also, the manual page uppercases the program name, which I believe is undesirable. >How-To-Repeat: man from >Fix: Apply this patch: *** src/usr.bin/from/from.1.old Sun Nov 18 20:24:11 2001 --- src/usr.bin/from/from.1 Sun Nov 18 20:24:48 2001 *************** *** 45,52 **** .Op Fl f Ar file .Op Ar user .Sh DESCRIPTION ! .Nm From ! prints out the mail header lines from the invoker's mailbox. .Pp Options: --- 45,53 ---- .Op Fl f Ar file .Op Ar user .Sh DESCRIPTION ! The ! .Nm ! utility prints out the mail header lines from the invoker's mailbox. .Pp Options: *************** *** 74,80 **** .Ar user is given, the .Ar user Ns 's ! mailbox, is examined instead of the invoker's own mailbox. (Privileges are required.) .Sh ENVIRONMENT .Bl -tag -width Fl --- 75,81 ---- .Ar user is given, the .Ar user Ns 's ! mailbox is examined instead of the invoker's own mailbox. (Privileges are required.) .Sh ENVIRONMENT .Bl -tag -width Fl >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message