diff options
author | maxim <maxim@FreeBSD.org> | 2010-12-25 17:35:30 +0000 |
---|---|---|
committer | maxim <maxim@FreeBSD.org> | 2010-12-25 17:35:30 +0000 |
commit | 8e6dc31ba726f1333c1f0a995641a8d976ea3b4b (patch) | |
tree | b44ab512034b658a25062128571c1d307140bc32 /usr.bin/mail | |
parent | f6be3123502a42d4c2c437471cdc6d5a6d14f8ac (diff) | |
download | FreeBSD-src-8e6dc31ba726f1333c1f0a995641a8d976ea3b4b.zip FreeBSD-src-8e6dc31ba726f1333c1f0a995641a8d976ea3b4b.tar.gz |
o Fix -u flag description: it takes a username as an argument.
PR: docs/153416
Submitted by: Eitan Adler
MFC after: 1 week
Diffstat (limited to 'usr.bin/mail')
-rw-r--r-- | usr.bin/mail/mail.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/mail/mail.1 b/usr.bin/mail/mail.1 index e2b1748..3c3a23e 100644 --- a/usr.bin/mail/mail.1 +++ b/usr.bin/mail/mail.1 @@ -152,7 +152,7 @@ line in the mail header. Overrides the .Va record variable, if set. -.It Fl u +.It Fl u Ar user Is equivalent to: .Pp .Dl "mail -f /var/mail/user" |