From: David Levine Date: Wed, 12 Jun 2013 01:17:29 +0000 (-0500) Subject: Changed all bare occurrences of 822/2822 to RFC 822/RFC 2822. X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/ab3b58c74f970f3755eaa8e876cdc6c3fcd0a147?ds=inline;hp=-c Changed all bare occurrences of 822/2822 to RFC 822/RFC 2822. Reported by Norm. --- ab3b58c74f970f3755eaa8e876cdc6c3fcd0a147 diff --git a/man/anno.man b/man/anno.man index 2842d40b..d96620dc 100644 --- a/man/anno.man +++ b/man/anno.man @@ -84,7 +84,7 @@ is invoked, .B anno will prompt the user for the name of field for the annotation. .PP -The field specified must be a valid 2822-style message field name, +The field specified must be a valid RFC 2822-style message field name, which means that it may only consist of alphanumerics and dashes. The body specified is arbitrary text. .PP diff --git a/man/ap.man b/man/ap.man index 52d6c522..b7287899 100644 --- a/man/ap.man +++ b/man/ap.man @@ -3,7 +3,7 @@ .\" %nmhwarning% .\" .SH NAME -ap \- parse addresses 822-style +ap \- parse addresses RFC 822-style .SH SYNOPSIS .HP 5 .na @@ -31,7 +31,7 @@ will interpret an address. The .B ap program treats each argument as one or more addresses, and -prints those addresses out in the official 822\-format. Hence, it is +prints those addresses out in the official RFC 822 format. Hence, it is usually best to enclose each argument in quotes for the shell. .PP To override the output format used by @@ -75,7 +75,7 @@ Here is the default format string used by .RE .PP which says that if an error was detected, print the error, a `:', and -the address in error. Otherwise, output the 822\-proper format of +the address in error. Otherwise, output the RFC 822\-proper format of the address. .SH FILES .PD 0 diff --git a/man/dp.man b/man/dp.man index 7998c2d0..7a319ecc 100644 --- a/man/dp.man +++ b/man/dp.man @@ -3,7 +3,7 @@ .\" %nmhwarning% .\" .SH NAME -dp \- parse dates 822-style +dp \- parse dates RFC 822-style .SH SYNOPSIS .HP 5 .na @@ -32,7 +32,7 @@ will interpret a date. The .B dp program treats each argument as a single date, -and prints the date out in the official 822\-format. +and prints the date out in the official RFC 822 format. Hence, it is usually best to enclose each argument in quotes for the shell. .PP @@ -60,7 +60,7 @@ Here is the default format string used by .PP which says that if an error was detected, print the error, a `:', and the date in error. -Otherwise, output the 822\-proper format of the date. +Otherwise, output the RFC 822\-proper format of the date. .SH FILES .TP 20 $HOME/.mh\-profile diff --git a/man/mh-format.man b/man/mh-format.man index 4ebd9ba2..8dc7f169 100644 --- a/man/mh-format.man +++ b/man/mh-format.man @@ -363,7 +363,7 @@ date2gmt date coerce date to GMT dst date integer daylight savings in effect? (0 or 1) clock date integer seconds since the UNIX epoch rclock date integer seconds prior to current time -tws date string official 822 rendering +tws date string official RFC 822 rendering pretty date string user-friendly rendering .fi .RE @@ -376,7 +376,7 @@ the first address present in the header component. .nf .ta \w'Fformataddr 'u +\w'Aboolean 'u +\w'Rboolean 'u .I "Function Argument Return Description" -proper addr string official 822 rendering +proper addr string official RFC 822 rendering friendly addr string user-friendly rendering addr addr string mbox@host or host!mbox rendering* pers addr string the personal name* diff --git a/man/nmh.man b/man/nmh.man index c6805e91..f1732589 100644 --- a/man/nmh.man +++ b/man/nmh.man @@ -460,13 +460,13 @@ Indirectly Invoked Commands .TP \n(ttu .PD 0 .IR ap (8) -parse addresses 822\-style +parse addresses RFC 822\-style .TP .IR conflict (8) search for alias/password conflicts .TP .IR dp (8) -parse dates 822\-style +parse dates RFC 822\-style .TP .IR fmtdump (8) decode diff --git a/man/pick.man b/man/pick.man index fd5072c2..202db096 100644 --- a/man/pick.man +++ b/man/pick.man @@ -151,7 +151,7 @@ Both the .B \-after and .B \-before -switches take legal 822\-style date +switches take legal RFC 822\-style date specifications as arguments. .B Pick will default certain missing @@ -160,7 +160,7 @@ are (in order of defaulting): timezone, time and timezone, date, date and timezone. All defaults are taken from the current date, time, and timezone. .PP -In addition to 822\-style dates, +In addition to RFC 822\-style dates, .B pick will also recognize any of the days of the week (\*(lqsunday\*(rq, \*(lqmonday\*(rq, and so on), diff --git a/man/post.man b/man/post.man index 5e811739..24b63be9 100644 --- a/man/post.man +++ b/man/post.man @@ -290,6 +290,6 @@ consult the user's None .SH BUGS \*(lqReply\-To:\*(rq fields are allowed to have groups in them according -to the 822 specification, but +to the RFC 822 specification, but .B post won't let you use them.