From 4e617d8cb94521a1708a9bd2d4f0e8c8a7f6386d Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Thu, 18 Jan 2018 22:23:16 +0000 Subject: [PATCH] No need for the zero width space now that I put the comma in. --- share/man/man9/style.9 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/man/man9/style.9 b/share/man/man9/style.9 index 26753249543..5df7930a9b5 100644 --- a/share/man/man9/style.9 +++ b/share/man/man9/style.9 @@ -431,7 +431,7 @@ alphabetical unless there is a compelling reason to use a different ordering. .Pp Functions that are used locally in more than one module go into a -separate header file, e.g.,\& +separate header file, e.g., .Qq Pa extern.h . .Pp Do not use the @@ -726,7 +726,7 @@ not: .Pp Do not use .Ic \&! -for tests unless it is a boolean, e.g.,\& use: +for tests unless it is a boolean, e.g., use: .Bd -literal if (*p == '\e0') .Ed