From 37fc17058b487d4d049296959785e700abc36a88 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Mon, 3 Dec 2018 10:41:55 -0500 Subject: bfs(1): Fix some double spaces after exclamation marks --- bfs.1 | 11 ++--------- 1 file 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 -- cgit v1.2.3