summaryrefslogtreecommitdiffstats
path: root/lib/libcompat/regexp/regexp.3
diff options
context:
space:
mode:
authoraaron <aaron@openbsd.org>2000-03-14 21:31:34 +0000
committeraaron <aaron@openbsd.org>2000-03-14 21:31:34 +0000
commit4267197969b149ed1ccab7d61a83a0ed22afbe15 (patch)
tree83c898b7f29638e25cfc26d4fb3f09eee56b47bb /lib/libcompat/regexp/regexp.3
parentBetter mdoc formatting. (diff)
downloadwireguard-openbsd-4267197969b149ed1ccab7d61a83a0ed22afbe15.tar.xz
wireguard-openbsd-4267197969b149ed1ccab7d61a83a0ed22afbe15.zip
Suffix "i.e." and "e.g." with a comma. Just another really picky man page
commit, as we want our documentation to be as consistently formatted as possible (it's getting there :-)).
Diffstat (limited to 'lib/libcompat/regexp/regexp.3')
-rw-r--r--lib/libcompat/regexp/regexp.32
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcompat/regexp/regexp.3 b/lib/libcompat/regexp/regexp.3
index 88484808b25..8865b06d2e4 100644
--- a/lib/libcompat/regexp/regexp.3
+++ b/lib/libcompat/regexp/regexp.3
@@ -226,7 +226,7 @@ If two characters in the sequence are separated by `\-', this is shorthand
for the full list of
.Tn ASCII
characters between them
-(e.g. `[0-9]' matches any decimal digit).
+(e.g., `[0-9]' matches any decimal digit).
To include a literal `]' in the sequence, make it the first character
(following a possible `^').
To include a literal `\-', make it the first or last character.