From 33c70aa5f7be7c4cc66272a7cb02ac63ffbcd3dd Mon Sep 17 00:00:00 2001 From: Philippe Charnier Date: Tue, 26 Mar 2002 12:15:31 +0000 Subject: [PATCH] Introduce flags enumeration with standard ``The following options are available''. Put filename under .Pa. --- usr.bin/from/from.1 | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/usr.bin/from/from.1 b/usr.bin/from/from.1 index 53176643960..4bd4d6ca114 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