diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2008-06-15 21:17:28 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2008-06-15 21:17:28 +0000 |
commit | 1ae4b579be1eb4d7f1bcc36205d3d186a9f788fa (patch) | |
tree | 783079166f9de4f3f41d95e36de89c428d50f5b4 | |
parent | 413f751bc491206feef1a789b2148251291bbf96 (diff) |
RFC 2822 obsoletes RFC 822; from Igor Zinovik
-rw-r--r-- | gnu/usr.sbin/sendmail/sendmail/aliases.5 | 2 | ||||
-rw-r--r-- | gnu/usr.sbin/sendmail/sendmail/sendmail.8 | 2 | ||||
-rw-r--r-- | share/man/man7/mailaddr.7 | 15 |
3 files changed, 10 insertions, 9 deletions
diff --git a/gnu/usr.sbin/sendmail/sendmail/aliases.5 b/gnu/usr.sbin/sendmail/sendmail/aliases.5 index fb4b80517fb..bfdc29e2d1e 100644 --- a/gnu/usr.sbin/sendmail/sendmail/aliases.5 +++ b/gnu/usr.sbin/sendmail/sendmail/aliases.5 @@ -75,7 +75,7 @@ The aliases in pathname are added to the aliases for .It Em E-Mail Address user@domain .Pp -An e-mail address in RFC 822 format. +An e-mail address in RFC 2822 format. .El .Pp Lines beginning with whitespace are continuation lines. diff --git a/gnu/usr.sbin/sendmail/sendmail/sendmail.8 b/gnu/usr.sbin/sendmail/sendmail/sendmail.8 index a2b06e39a33..386331d9e5f 100644 --- a/gnu/usr.sbin/sendmail/sendmail/sendmail.8 +++ b/gnu/usr.sbin/sendmail/sendmail/sendmail.8 @@ -676,7 +676,7 @@ temp files .Xr starttls 8 .Pp DARPA Internet Request For Comments -RFC 819, RFC 821, RFC 822. +RFC 819, RFC 821, RFC 2822. .Pp "Sendmail Installation and Operation Guide", .Pa /usr/share/doc/smm/08.sendmailop/ . diff --git a/share/man/man7/mailaddr.7 b/share/man/man7/mailaddr.7 index 701fd4653fb..7d1fd535a40 100644 --- a/share/man/man7/mailaddr.7 +++ b/share/man/man7/mailaddr.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mailaddr.7,v 1.10 2007/05/31 19:19:58 jmc Exp $ +.\" $OpenBSD: mailaddr.7,v 1.11 2008/06/15 21:17:27 jmc Exp $ .\" $NetBSD: mailaddr.7,v 1.3 1994/11/30 19:07:17 jtc Exp $ .\" .\" Copyright (c) 1983, 1987, 1990, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)mailaddr.7 8.1 (Berkeley) 6/16/93 .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: June 15 2008 $ .Dt MAILADDR 7 .Os .Sh NAME @@ -161,15 +161,16 @@ respectively. .Sh SEE ALSO .Xr mail 1 , .Xr sendmail 8 -.Pp -Crocker, D. H., -.Em "Standard for the Format of Arpa Internet Text Messages" , -RFC 822. +.Rs +.%R RFC 2822 +.%T Internet Message Format +.%D April 2001 +.Re .Sh HISTORY .Nm appeared in 4.2 BSD. .Sh BUGS -The RFC 822 group syntax +The RFC 2822 group syntax .Pq Dq group:user1,user2,user3; is not supported except in the special case of |