diff options
| author | christos <christos@NetBSD.org> | 2019-12-14 20:23:38 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2019-12-14 20:23:38 +0000 |
| commit | fb1cf4fa0b9dc72f0b75ec6c0026952ed06b4245 (patch) | |
| tree | cd6010239d838f67538690af8d086c86a6fea313 /usr.bin/mail | |
| parent | 517295dd109380ed60e1ba485d1cded0ad04631c (diff) | |
PR/54765: elo: Minor error in the mail(1) man page (-F description truncated)
pullup-9
Diffstat (limited to 'usr.bin/mail')
| -rw-r--r-- | usr.bin/mail/mail.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/mail/mail.1 b/usr.bin/mail/mail.1 index dfc28a7f5b7..b9f200f1e9e 100644 --- a/usr.bin/mail/mail.1 +++ b/usr.bin/mail/mail.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: mail.1,v 1.67 2019/09/01 19:10:39 wiz Exp $ +.\" $NetBSD: mail.1,v 1.68 2019/12/14 20:23:38 christos Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -29,7 +29,7 @@ .\" .\" @(#)mail.1 8.8 (Berkeley) 4/28/95 .\" -.Dd September 1, 2019 +.Dd December 14, 2019 .Dt MAIL 1 .Os .Sh NAME @@ -1328,7 +1328,7 @@ Message headers currently being ignored (by the or .Ic retain command) are not included. -.It Ic \&~ +.It Ic \&~F Ns Ar messages Identical to .Ic \&~f , except all message headers are included. |
