From 301b96498bdf7a9b644bd2cc5088e7f38cb222d7 Mon Sep 17 00:00:00 2001 From: ru Date: Mon, 23 Dec 2002 16:04:51 +0000 Subject: Fixed the abuses of .Ql visible on stderr in troff mode. PR: docs/37176 --- usr.bin/colcrt/colcrt.1 | 2 +- usr.bin/leave/leave.1 | 2 +- usr.bin/make/make.1 | 126 ++++++++++++++++++++++++------------------------ usr.bin/paste/paste.1 | 4 +- usr.bin/soelim/soelim.1 | 2 +- 5 files changed, 68 insertions(+), 68 deletions(-) (limited to 'usr.bin') diff --git a/usr.bin/colcrt/colcrt.1 b/usr.bin/colcrt/colcrt.1 index 2dfd0d8..c8b21eb 100644 --- a/usr.bin/colcrt/colcrt.1 +++ b/usr.bin/colcrt/colcrt.1 @@ -85,7 +85,7 @@ tbl exum2.n \&| nroff \-ms \&| colcrt \- \&| more .Xr ul 1 .Sh BUGS Should fold underlines onto blanks even with the -.Ql Fl +.Sq Fl option so that a true underline character would show. .Pp diff --git a/usr.bin/leave/leave.1 b/usr.bin/leave/leave.1 index ba0cc03..6c33367 100644 --- a/usr.bin/leave/leave.1 +++ b/usr.bin/leave/leave.1 @@ -68,7 +68,7 @@ All times are converted to a 12 hour clock, and assumed to be in the next 12 hours. .It Cm \&+ If the time is preceded by -.Ql Cm \&+ , +.Sq Cm \&+ , the alarm will go off in hours and minutes from the current time. .El diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1 index fd01d23..54defed 100644 --- a/usr.bin/make/make.1 +++ b/usr.bin/make/make.1 @@ -62,16 +62,16 @@ Its input is a list of specifications describing dependency relationships between the generation of files and programs. The first of -.Ql Pa BSDmakefile , -.Ql Pa makefile +.Pa BSDmakefile , +.Pa makefile and -.Ql Pa Makefile +.Pa Makefile that can be found in either the current directory or a special object directory (see -.Ql Va .OBJDIR ) +.Va .OBJDIR ) will be read for this list of specifications. If the file -.Ql Pa .depend +.Pa .depend can be found, it is also read (see .Xr mkdep 1 ) . .Pp @@ -145,13 +145,13 @@ Specify that environment values override macro assignments within makefiles for all variables. .It Fl f Ar makefile Specify a makefile to read instead of the default -.Ql Pa makefile +.Pa makefile and -.Ql Pa Makefile . +.Pa Makefile . If .Ar makefile is -.Ql \- , +.Sq Fl , standard input is read. Multiple makefiles may be specified, and are read in the order specified. .It Fl I Ar directory @@ -162,7 +162,7 @@ option) is automatically included as part of this list. .It Fl i Ignore non-zero exit of shell commands in the makefile. Equivalent to specifying -.Ql \- +.Sq Ic \- before each command line in the makefile. .It Fl j Ar max_jobs Specify the maximum number of jobs that @@ -208,7 +208,7 @@ option during recursive builds. .It Fl s Do not echo any commands as they are executed. Equivalent to specifying -.Ql Ic @ +.Sq Ic @ before each command line in the makefile. .It Fl t Rather than re-building a target as specified in the makefile, create it @@ -311,19 +311,19 @@ Each of the commands in this script be preceded by a tab. While any target may appear on a dependency line, only one of these dependencies may be followed by a creation script, unless the -.Ql Ic :: +.Sq Ic :: operator is used. .Pp If the first or first two characters of the command line are -.Ql Ic @ +.Sq Ic @ and/or -.Ql Ic \- , +.Sq Ic \- , the command is treated specially. A -.Ql Ic @ +.Sq Ic @ causes the command not to be echoed before it is executed. A -.Ql Ic \- +.Sq Ic \- causes any non-zero exit status of the command line to be ignored. .Sh VARIABLE ASSIGNMENTS Variables in @@ -390,51 +390,51 @@ The seven local variables are as follows: .Bl -tag -width ".ARCHIVE" .It Va .ALLSRC The list of all sources for this target; also known as -.Ql Va \&> . +.Sq Va \&> . .It Va .ARCHIVE The name of the archive file; also known as -.Ql Va \&! . +.Sq Va \&! . .It Va .IMPSRC The name/path of the source from which the target is to be transformed (the .Dq implied source); also known as -.Ql Va \&< . +.Sq Va \&< . .It Va .MEMBER The name of the archive member; also known as -.Ql Va \&% . +.Sq Va \&% . .It Va .OODATE The list of sources for this target that were deemed out-of-date; also known as -.Ql Va \&? . +.Sq Va \&? . .It Va .PREFIX The file prefix of the file, containing only the file portion, no suffix or preceding directory components; also known as -.Ql Va * . +.Sq Va * . .It Va .TARGET The name of the target; also known as -.Ql Va @ . +.Sq Va @ . .El .Pp The shorter forms -.Ql Va @ , -.Ql Va \&! , -.Ql Va \&< , -.Ql Va \&% , -.Ql Va \&? , -.Ql Va \&> , +.Sq Va @ , +.Sq Va \&! , +.Sq Va \&< , +.Sq Va \&% , +.Sq Va \&? , +.Sq Va \&> , and -.Ql Va * +.Sq Va * are permitted for backward compatibility and are not recommended. The six variables -.Ql Va "@F" , -.Ql Va "@D" , -.Ql Va "