]> diplodocus.org Git - nmh/blobdiff - man/ali.man
Added test case for commit 4318012376e06229307c0ed4f62a00faae9edc63.
[nmh] / man / ali.man
index 3e43bad129b1005d4c52ea6c6ab2aaa6f62e6944..1bed2722a11c6e50ec3a753b3bea84303980f3ea 100644 (file)
@@ -1,4 +1,4 @@
-.TH ALI %manext1% "March 21, 2013" "%nmhversion%"
+.TH ALI %manext1% "December 13, 2016" "%nmhversion%"
 .\"
 .\" %nmhwarning%
 .\"
 .\"
 .\" %nmhwarning%
 .\"
@@ -8,16 +8,16 @@ ali \- list mail aliases
 .HP 5
 .na
 .B ali
 .HP 5
 .na
 .B ali
+.RB [ \-help ] 
+.RB [ \-version ]
 .RB [ \-alias
 .IR aliasfile ]
 .RB [ \-list " | " \-nolist ]
 .RB [ \-user " | " \-nouser ]
 .RB [ \-alias
 .IR aliasfile ]
 .RB [ \-list " | " \-nolist ]
 .RB [ \-user " | " \-nouser ]
-.RB [ \-version ]
-.RB [ \-help ] 
 .RI [ aliases " ...]"
 .ad
 .SH DESCRIPTION
 .RI [ aliases " ...]"
 .ad
 .SH DESCRIPTION
-.B Ali
+.B ali
 searches the named mail alias files for each of the given
 .IR aliases .
 It creates a list of addresses for those
 searches the named mail alias files for each of the given
 .IR aliases .
 It creates a list of addresses for those
@@ -26,15 +26,15 @@ and writes that list on standard output.  If no arguments are given,
 .B ali
 outputs all alias entries.
 .PP
 .B ali
 outputs all alias entries.
 .PP
-By default, when an aliases expands to multiple addresses, the addresses
+By default, when an alias expands to multiple addresses, the addresses
 are separated by commas and printed on as few lines as possible.  If the
 .B \-list
 are separated by commas and printed on as few lines as possible.  If the
 .B \-list
-option is specified, then when an address expands to multiple
+switch is specified, and an address expands to multiple
 addresses, each address will appear on a separate line.
 .PP
 addresses, each address will appear on a separate line.
 .PP
-The switch
+The
 .B \-user
 .B \-user
-directs
+switch directs
 .B ali
 to perform its processing in
 an inverted fashion: instead of listing the addresses that each given
 .B ali
 to perform its processing in
 an inverted fashion: instead of listing the addresses that each given
@@ -58,15 +58,15 @@ absolute or starts with
 .RI \*(lq . \*(rq
 or
 .RI \*(lq .. \*(rq
 .RI \*(lq . \*(rq
 or
 .RI \*(lq .. \*(rq
-then it's accessed directly; otherwise tilde expansion is done on
+it is accessed directly; otherwise tilde expansion is done on
 usernames, then files are searched for in the user's
 .I Mail
 directory as specified in their profile.  If not found there, the directory
 usernames, then files are searched for in the user's
 .I Mail
 directory as specified in their profile.  If not found there, the directory
-.RI \*(lq %etcdir% \*(rq
+.RI \*(lq %nmhetcdir% \*(rq
 is checked.
 .PP
 .TP 20
 is checked.
 .PP
 .TP 20
-$HOME/.mh\-profile
+$HOME/.mh_profile
 The user's profile.
 .SH "PROFILE COMPONENTS"
 .PP
 The user's profile.
 .SH "PROFILE COMPONENTS"
 .PP
@@ -84,7 +84,7 @@ For a default alias file
 .PD 0
 .TP 20
 aliasfile
 .PD 0
 .TP 20
 aliasfile
-%etcdir%/MailAliases
+%nmhetcdir%/MailAliases
 .TP
 \-nolist
 .TP
 .TP
 \-nolist
 .TP
@@ -92,10 +92,3 @@ aliasfile
 .PD
 .SH CONTEXT
 None
 .PD
 .SH CONTEXT
 None
-.SH BUGS
-The
-.B \-user
-option with
-.B \-nonormalize
-is not entirely accurate, as it
-does not replace local nicknames for hosts with their official site names.