summaryrefslogtreecommitdiffstats
path: root/lib/libc/regex/regex.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/libc/regex/regex.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/libc/regex/regex.3')
-rw-r--r--lib/libc/regex/regex.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/regex/regex.3 b/lib/libc/regex/regex.3
index 589f970102f..f4917464776 100644
--- a/lib/libc/regex/regex.3
+++ b/lib/libc/regex/regex.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: regex.3,v 1.12 2000/03/06 21:46:56 aaron Exp $
+.\" $OpenBSD: regex.3,v 1.13 2000/03/14 21:31:45 aaron Exp $
.\"
.\" Copyright (c) 1997, Phillip F Knaack. All rights reserved.
.\"
@@ -593,7 +593,7 @@ empty (sub)expression
.Dq can't happen
\(emyou found a bug
.It Er REG_INVARG
-invalid argument, e.g. negative-length string
+invalid argument, e.g., negative-length string
.El
.Sh HISTORY
Originally written by Henry Spencer.