diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2018-12-03 10:41:55 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2018-12-03 10:41:55 -0500 |
commit | 37fc17058b487d4d049296959785e700abc36a88 (patch) | |
tree | dcb3899c2ae82f93544ac8d6afa2bdb4fbe369a2 | |
parent | 90c7fba2d3d1081fb7a4d6a3d9a7e3c2132f33f6 (diff) | |
download | bfs-37fc17058b487d4d049296959785e700abc36a88.tar.xz |
bfs(1): Fix some double spaces after exclamation marks
-rw-r--r-- | bfs.1 | 11 |
1 files changed, 2 insertions, 9 deletions
@@ -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 |