summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-12-23 16:04:51 +0000
committerru <ru@FreeBSD.org>2002-12-23 16:04:51 +0000
commit301b96498bdf7a9b644bd2cc5088e7f38cb222d7 (patch)
tree1e6be21e15825ddeae2240e915e902f42d1c1b3a /sbin
parent48942467dc106e51b6995bdea8ca104ab6eae2db (diff)
downloadFreeBSD-src-301b96498bdf7a9b644bd2cc5088e7f38cb222d7.zip
FreeBSD-src-301b96498bdf7a9b644bd2cc5088e7f38cb222d7.tar.gz
Fixed the abuses of .Ql visible on stderr in troff mode.
PR: docs/37176
Diffstat (limited to 'sbin')
-rw-r--r--sbin/dump/dump.82
-rw-r--r--sbin/restore/restore.82
-rw-r--r--sbin/shutdown/shutdown.82
-rw-r--r--sbin/slattach/slattach.88
4 files changed, 7 insertions, 7 deletions
diff --git a/sbin/dump/dump.8 b/sbin/dump/dump.8
index b13d789..b1b6175 100644
--- a/sbin/dump/dump.8
+++ b/sbin/dump/dump.8
@@ -158,7 +158,7 @@ like
(a floppy disk drive),
an ordinary file,
or
-.Ql Fl
+.Sq Fl
(the standard output).
Multiple file names may be given as a single argument separated by commas.
Each file will be used for one dump volume in the order listed;
diff --git a/sbin/restore/restore.8 b/sbin/restore/restore.8
index 56d6756..24bac13 100644
--- a/sbin/restore/restore.8
+++ b/sbin/restore/restore.8
@@ -299,7 +299,7 @@ like
(a disk drive),
an ordinary file,
or
-.Ql Fl
+.Sq Fl
(the standard input).
If the name of the file is of the form
.Dq host:file ,
diff --git a/sbin/shutdown/shutdown.8 b/sbin/shutdown/shutdown.8
index 2d6aa00..9786f25 100644
--- a/sbin/shutdown/shutdown.8
+++ b/sbin/shutdown/shutdown.8
@@ -124,7 +124,7 @@ Any other arguments comprise the warning message that is broadcast
to users currently logged into the system.
.It Fl
If
-.Ql Fl
+.Sq Fl
is supplied as an option, the warning message is read from the standard
input.
.El
diff --git a/sbin/slattach/slattach.8 b/sbin/slattach/slattach.8
index d0ba8b5..cabd3d0 100644
--- a/sbin/slattach/slattach.8
+++ b/sbin/slattach/slattach.8
@@ -113,7 +113,7 @@ If not specified, the
default of 9600 is used.
.It Fl u Ar unit-command
When the line is switched to slip discipline, run
-.Ql Nm "sh -c" Ar unit-command old new
+.Dq Nm "sh -c" Ar unit-command old new
where
.Ar old
and
@@ -125,18 +125,18 @@ using more than one slip line.
When
.Nm
is connected for the first time,
-.Ql Nm "sh -c" Ar unit-command \-1 new
+.Dq Nm "sh -c" Ar unit-command \-1 new
is run.
When
.Nm
is disconnected,
-.Ql Nm "sh -c" Ar unit-command old \-1
+.Dq Nm "sh -c" Ar unit-command old \-1
is run.
The
.Nm
utility will abort if the unit number
changes and
-.Ql Fl u Ar \%unit-command
+.Dq Fl u Ar \%unit-command
was not specified.
.It Fl z
Force redial
OpenPOWER on IntegriCloud