From: Ralph Corderoy Date: Tue, 18 Apr 2017 11:54:28 +0000 (+0100) Subject: man/*.man: Fix some multi-word .B invocations. X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/54bb586a278eb3e87f7a9b9d405cbc40dc2f9e34?hp=39a9d9d85d0f2289d8c1257251311b7cf959c700 man/*.man: Fix some multi-word .B invocations. Some needed to be .B for the first word, but .I for the second, or just plain text for the rest of the words that should be on their own line. Others were just plain wrong and became .IR for a man-page reference. Then the .TP macro uses an input trap so only a single following line of source is used and this prevents a two-line `.B .I', so use embedded font escapes instead. --- diff --git a/man/new.man b/man/new.man index 96f15da8..d2c00046 100644 --- a/man/new.man +++ b/man/new.man @@ -80,7 +80,8 @@ In mode, .B new executes -.B scan sequences +.B scan +.I sequences for each matching folder. .SH FILES .TP 20 diff --git a/man/prompter.man b/man/prompter.man index 58372987..b9a95ea7 100644 --- a/man/prompter.man +++ b/man/prompter.man @@ -96,7 +96,7 @@ switch, a period on a line all by itself also signifies end-of-file. At this point control is returned to the calling program, where the user is asked \*(lqWhat now?\*(rq. See -.B whatnow (1) +.IR whatnow (1) for the valid options to this query. .PP By using the diff --git a/man/show.man b/man/show.man index ae3247c9..1c82edb3 100644 --- a/man/show.man +++ b/man/show.man @@ -244,7 +244,7 @@ it does not actually run the .B mhl program. Hence, if you define your own -.B showproc , +.BR showproc , don't call it .B mhl since diff --git a/man/slocal.man b/man/slocal.man index 54a8aedf..1f9472ff 100644 --- a/man/slocal.man +++ b/man/slocal.man @@ -43,8 +43,8 @@ is invoked on your behalf by your system's Message Transfer Agent when the message arrives. .PP The message selection criteria used by -.B slocal is specified -in the file +.B slocal +is specified in the file .RI \*(lq .maildelivery \*(rq in the user's home directory. You can specify an alternate file with the diff --git a/man/whatnow.man b/man/whatnow.man index 2d8969fe..7480efa1 100644 --- a/man/whatnow.man +++ b/man/whatnow.man @@ -50,10 +50,12 @@ re-edit using the same editor that was used on the preceding round unless a profile entry \*(lq\-next: \*(rq names an alternate editor .TP \w'refilezzzzfolderz'u -.B edit -invoke for further editing +\fBedit\fP \fIeditor\fP +invoke +.I editor +for further editing .TP \w'refilezzzzfolderz'u -.B refile +folder +\fBrefile\fP \fI+folder\fP refile the draft into the given folder .TP \w'refilezzzzfolderz'u .B mime @@ -96,16 +98,18 @@ delete the draft and exit .B delete delete the draft and exit .TP \w'refilezzzzfolderz'u -.B cd directory -use the directory when interpreting attachment file names +\fBcd\fP \fIdirectory\fP +use +.I directory +when interpreting attachment file names .TP \w'refilezzzzfolderz'u .B pwd print the working directory for attachment files .TP \w'refilezzzzfolderz'u -.B ls [ls-options] +\fBls\fP [\fIls-options\fP\^] list files in the attachment working directory using the ls command .TP \w'refilezzzzfolderz'u -.B attach [-v] files +\fBattach [-v]\fP \fIfiles\fP add the named files to the message as MIME attachments; -v displays the mhbuild directive that .IR send (1) @@ -114,7 +118,7 @@ will use .B alist [-ln] list the MIME attachments, either short, long [-l] or numbered [-n] .TP \w'refilezzzzfolderz'u -.B detach [-n] files-or-numbers +\fBdetach [-n]\fP \fIfiles-or-numbers\fP remove MIME attachments, either by file name or by number with -n .RE .PP