aboutsummaryrefslogtreecommitdiffstats
path: root/man7/mdoc.samples.7
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2008-03-19 08:37:35 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2008-03-19 08:37:35 +0000
commit76c44d83f3b08f1b304e804584df01109474de4b (patch)
tree5649b867d3aaaecfc263556763b9475582a7d4ae /man7/mdoc.samples.7
parente7b489f0b90b5389ba9b2b48b95f860280f83f13 (diff)
downloadman-pages-76c44d83f3b08f1b304e804584df01109474de4b.tar.gz
s/command line/command-line/ when used attributively.
Diffstat (limited to 'man7/mdoc.samples.7')
-rw-r--r--man7/mdoc.samples.710
1 files changed, 5 insertions, 5 deletions
diff --git a/man7/mdoc.samples.7 b/man7/mdoc.samples.7
index d278088649..cf4521cc62 100644
--- a/man7/mdoc.samples.7
+++ b/man7/mdoc.samples.7
@@ -83,7 +83,7 @@ and related
.Bx
files.
Macros in the manual domain handle
-command names, command line arguments and options, function names,
+command names, command-line arguments and options, function names,
function parameters, pathnames, variables, cross
references to other manual pages, and so on.
These domain
@@ -676,7 +676,7 @@ from the example above might be referred to as
.Em operands
or
.Em file arguments .
-Some command line argument lists are quite long:
+Some command-line argument lists are quite long:
.Bl -tag -width make -offset indent
.It Nm make
.Op Fl eiknqrstv
@@ -857,7 +857,7 @@ any arguments.
The
.Ql \&.Ar
argument macro may be used whenever
-a command line argument is referenced.
+a command-line argument is referenced.
.Pp
.Dl Usage: .Ar argument ... \*(Pu
.Bl -tag -width ".Ar file1 file2" -compact -offset 15n
@@ -1037,7 +1037,7 @@ next function.
.Ss Flags
The
.Ql \&.Fl
-macro handles command line flags.
+macro handles command-line flags.
It prepends
a dash,
.Ql \- ,
@@ -2158,7 +2158,7 @@ The only option that
accepts is
.Fl words
and is useful for preventing line breaks in the middle of options.
-In the example for the make command line arguments (see
+In the example for the make command-line arguments (see
.Sx What's in a name ) ,
the keep prevented
.Xr nroff