diff options
author | charnier <charnier@FreeBSD.org> | 2002-03-26 12:15:31 +0000 |
---|---|---|
committer | charnier <charnier@FreeBSD.org> | 2002-03-26 12:15:31 +0000 |
commit | b3b51db2eb1b7e25a1d071dba4ddecd88145716f (patch) | |
tree | a730b32b3c64b78dab9e1203b74f01eaa5843120 /usr.bin/from | |
parent | 896929d2babe086638e4cb86adb1514a613053b6 (diff) | |
download | FreeBSD-src-b3b51db2eb1b7e25a1d071dba4ddecd88145716f.zip FreeBSD-src-b3b51db2eb1b7e25a1d071dba4ddecd88145716f.tar.gz |
Introduce flags enumeration with standard
``The following options are available''. Put filename under .Pa.
Diffstat (limited to 'usr.bin/from')
-rw-r--r-- | usr.bin/from/from.1 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/usr.bin/from/from.1 b/usr.bin/from/from.1 index 5317664..4bd4d6c 100644 --- a/usr.bin/from/from.1 +++ b/usr.bin/from/from.1 @@ -50,8 +50,8 @@ The utility prints out the mail header lines from the invoker's mailbox. .Pp -Options: -.Bl -tag -width Fl +The following options are available: +.Bl -tag -width indent .It Fl c Just print a count of messages and exit. .It Fl f Ar file @@ -80,8 +80,9 @@ mailbox is examined instead of the invoker's own mailbox. .Sh ENVIRONMENT .Bl -tag -width Fl .It Ev MAIL -If set, the location of the invoker's mailbox. Otherwise, the default -in /var/mail is used. +If set, the location of the invoker's mailbox. Otherwise, the default in +.Pa /var/mail +is used. .El .Sh FILES .Bl -tag -width /var/mail/* -compact |