diff options
author | murray <murray@FreeBSD.org> | 2001-11-19 09:01:43 +0000 |
---|---|---|
committer | murray <murray@FreeBSD.org> | 2001-11-19 09:01:43 +0000 |
commit | 31d89aa48d91c0c83f48a8abf75228f53582a531 (patch) | |
tree | e7a63763b45e858284bfa21dc28fd2e1c58cfb4b /usr.bin/from | |
parent | 56252b5cc7e36b13716f98a2cd80116e80b3b783 (diff) | |
download | FreeBSD-src-31d89aa48d91c0c83f48a8abf75228f53582a531.zip FreeBSD-src-31d89aa48d91c0c83f48a8abf75228f53582a531.tar.gz |
Fix two minor grammar mistakes.
PR: docs/32083
Submitted by: setantae@submonkey.net
Diffstat (limited to 'usr.bin/from')
-rw-r--r-- | usr.bin/from/from.1 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/usr.bin/from/from.1 b/usr.bin/from/from.1 index 30d21cf..5317664 100644 --- a/usr.bin/from/from.1 +++ b/usr.bin/from/from.1 @@ -45,8 +45,9 @@ .Op Fl f Ar file .Op Ar user .Sh DESCRIPTION -.Nm From -prints +The +.Nm +utility prints out the mail header lines from the invoker's mailbox. .Pp Options: @@ -74,7 +75,7 @@ If .Ar user is given, the .Ar user Ns 's -mailbox, is examined instead of the invoker's own mailbox. +mailbox is examined instead of the invoker's own mailbox. (Privileges are required.) .Sh ENVIRONMENT .Bl -tag -width Fl |