summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2018-12-03 10:41:55 -0500
committerTavian Barnes <tavianator@tavianator.com>2018-12-03 10:41:55 -0500
commit37fc17058b487d4d049296959785e700abc36a88 (patch)
treedcb3899c2ae82f93544ac8d6afa2bdb4fbe369a2
parent90c7fba2d3d1081fb7a4d6a3d9a7e3c2132f33f6 (diff)
downloadbfs-37fc17058b487d4d049296959785e700abc36a88.tar.xz
bfs(1): Fix some double spaces after exclamation marks
-rw-r--r--bfs.111
1 files changed, 2 insertions, 9 deletions
diff --git a/bfs.1 b/bfs.1
index 15a998f..b6e4e8a 100644
--- a/bfs.1
+++ b/bfs.1
@@ -94,12 +94,7 @@ to avoid the parentheses being interpreted by the shell.
\fB! \fIexpression\fR
The "not" operator: returns the negation of the truth value of the
.IR expression .
-You may have to write
-.B \\\\!
-.I expression
-to avoid
-.B !
-being interpreted by the shell.
+You may have to write \fB\\! \fIexpression\fR to avoid \fB!\fR being interpreted by the shell.
.TP
\fIexpression\fR [\fB\-a\fR] \fIexpression\fR
Short-circuiting "and" operator: if the left-hand
@@ -223,9 +218,7 @@ Print the path to the found file.
Operators:
.TP
\fB\-not \fIexpression\fR
-Same as
-.B !
-.IR expression .
+Same as \fB! \fIexpression\fR.
.TP
\fIexpression \fB\-and \fIexpression\fR
Same as