diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-06-05 01:21:54 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-06-05 01:21:54 +0000 |
commit | 1805b94e6caa317d402e398fa06fa3d93d6827a0 (patch) | |
tree | e58ba56a51e58547f1d6f5a95c25435bc397c5c3 /usr.bin/from/from.1 | |
parent | f35d61706eae00527a19f021ef26ab0109f18e5c (diff) |
- remove trailing white space
- remove arguments from .Os macros
- remove arguments from .Nm macros, where appropriate
- some more Dq/Sq/Ql insanity
- still lots to do in the usr.bin tree... :/
Diffstat (limited to 'usr.bin/from/from.1')
-rw-r--r-- | usr.bin/from/from.1 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/from/from.1 b/usr.bin/from/from.1 index a63f7db22c5..1606dc89ffb 100644 --- a/usr.bin/from/from.1 +++ b/usr.bin/from/from.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: from.1,v 1.3 1998/09/26 19:54:45 aaron Exp $ +.\" $OpenBSD: from.1,v 1.4 1999/06/05 01:21:25 aaron Exp $ .\" $NetBSD: from.1,v 1.4 1995/09/01 01:39:09 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -36,7 +36,7 @@ .\" .Dd December 30, 1993 .Dt FROM 1 -.Os BSD 4 +.Os .Sh NAME .Nm from .Nd print names of those who have sent mail @@ -50,9 +50,9 @@ prints out the mail header lines from the invoker's mailbox. .Pp -Options: +The available options are as follows: .Bl -tag -width Fl -.It Fl f Ar file +.It Fl f Ar file The supplied file is examined instead of the invoker's mailbox. If the @@ -60,7 +60,7 @@ If the option is used, the .Ar user argument should not be used. -.It Fl s Ar sender +.It Fl s Ar sender Only mail from addresses containing the supplied string are printed. |