aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Benjamin Barenblat <bbaren@google.com>2019-09-20 09:13:51 -0400
committerGravatar Benjamin Barenblat <bbaren@google.com>2019-09-20 09:13:51 -0400
commit78d132e1ce62576fab91849e8577c13434aace9d (patch)
treee3af1c0d37d7821454da59059eea31d2cac89d71
parentc3ea3f7b97b17f5b4c5697efbd1fee2d75aeba43 (diff)
man: Use roman type for commas separating equivalent options
-rw-r--r--sor.12
-rw-r--r--walk.12
2 files changed, 2 insertions, 2 deletions
diff --git a/sor.1 b/sor.1
index 70f2579..2b148d7 100644
--- a/sor.1
+++ b/sor.1
@@ -25,7 +25,7 @@ snippet with the path as the first argument. Print the path to standard output
if any of the snippets exits with status 0.
.SH OPTIONS
.TP
-\fB\-0, \-\-null\fP
+\fB\-0\fP, \fB\-\-null\fP
Filenames are terminated using the null character \fB\\0\fP instead of
newlines, for both input and output.
Suitable for use with \fBwalk \-0\fP.
diff --git a/walk.1 b/walk.1
index 8fae185..3e037fa 100644
--- a/walk.1
+++ b/walk.1
@@ -25,7 +25,7 @@ Recursively list the specified
specified.
.SH OPTIONS
.TP
-\fB\-0, \-\-null\fP
+\fB\-0\fP, \fB\-\-null\fP
Terminate output filenames using the null character \fB\\0\fP instead of newlines.
Suitable for use with \fBsor \-0\fP.
.TP