Skip to content

Commit 7e3da42

Browse files
committed
man: do not print spaces between bold text and punctuation
1 parent b3a7b6f commit 7e3da42

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/csgrep.h2m

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ libhsm.c:1210: var_deref_op: Dereferencing null pointer key_handles.
3535
.fi
3636

3737
In the above example, FORWARD_NULL is the
38-
.B checker
39-
, assign_zero and var_deref_op are
40-
.B events
41-
, where var_deref_op is the key event and
38+
.BR checker ,
39+
assign_zero and var_deref_op are
40+
.BR events ,
41+
where var_deref_op is the key event and
4242
"Dereferencing null pointer key_handles." is the
4343
.B message
4444
associated with the key event.

0 commit comments

Comments
 (0)