summaryrefslogtreecommitdiffstats
path: root/usr.bin/join
diff options
context:
space:
mode:
authorcharnier <charnier@FreeBSD.org>2000-03-27 20:33:32 +0000
committercharnier <charnier@FreeBSD.org>2000-03-27 20:33:32 +0000
commit93a72430a6901d28187a0f8c4d920d19e666a9c3 (patch)
tree95c43a51df0428516e473b30d4c56825ee0b6ba0 /usr.bin/join
parent08732049490f877a5a9ce7aca95b16362371d29a (diff)
downloadFreeBSD-src-93a72430a6901d28187a0f8c4d920d19e666a9c3.zip
FreeBSD-src-93a72430a6901d28187a0f8c4d920d19e666a9c3.tar.gz
Quote with .Dq
Asked by: Sheldon
Diffstat (limited to 'usr.bin/join')
-rw-r--r--usr.bin/join/join.116
1 files changed, 12 insertions, 4 deletions
diff --git a/usr.bin/join/join.1 b/usr.bin/join/join.1
index 344613f..9e9bfb7 100644
--- a/usr.bin/join/join.1
+++ b/usr.bin/join/join.1
@@ -59,9 +59,13 @@
.Sh DESCRIPTION
The
.Nm
-utility performs an ``equality join'' on the specified files
+utility performs an
+.Dq equality join
+on the specified files
and writes the result to the standard output.
-The ``join field'' is the field in each file by which the files are compared.
+The
+.Dq join field
+is the field in each file by which the files are compared.
The first field in each line is used by default.
There is one line in the output for each pair of lines in
.Ar file1
@@ -109,7 +113,9 @@ where
is a file number and
.Ar field
is a field number.
-The elements of list must be either comma (``,'') or whitespace separated.
+The elements of list must be either comma
+.Pf ( Dq , Ns )
+or whitespace separated.
(The latter requires quoting to protect it from the shell, or, a simpler
approach is to use multiple
.Fl o
@@ -160,7 +166,9 @@ If one of the arguments
.Ar file1
or
.Ar file2
-is ``-'', the standard input is used.
+is
+.Dq - ,
+the standard input is used.
.Sh DIAGNOSTICS
The
.Nm
OpenPOWER on IntegriCloud