summaryrefslogtreecommitdiffstats
path: root/lib/libc/regex
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2014-09-10 15:10:19 +0000
committerjmc <jmc@openbsd.org>2014-09-10 15:10:19 +0000
commitb571fe9fcb753c3d4f2001810ab12b407d48f650 (patch)
treeddb729002b18e1fa13716d84bce9b24732456c9f /lib/libc/regex
parentRemove redundant null check and rename vars consistently in syslogd (diff)
downloadwireguard-openbsd-b571fe9fcb753c3d4f2001810ab12b407d48f650.tar.xz
wireguard-openbsd-b571fe9fcb753c3d4f2001810ab12b407d48f650.zip
zap trailing whitespace;
Diffstat (limited to 'lib/libc/regex')
-rw-r--r--lib/libc/regex/re_format.76
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/regex/re_format.7 b/lib/libc/regex/re_format.7
index b8e276fcfcb..2c1b5d0c750 100644
--- a/lib/libc/regex/re_format.7
+++ b/lib/libc/regex/re_format.7
@@ -1,4 +1,4 @@
-.\" $OpenBSD: re_format.7,v 1.17 2014/09/10 11:25:32 jsg Exp $
+.\" $OpenBSD: re_format.7,v 1.18 2014/09/10 15:10:19 jmc Exp $
.\"
.\" Copyright (c) 1997, Phillip F Knaack. All rights reserved.
.\"
@@ -304,10 +304,10 @@ This is an extension,
compatible with but not specified by POSIX,
and should be used with
caution in software intended to be portable to other systems.
-The additional word delimiters
+The additional word delimiters
.Ql \e<
and
-.Ql \e>
+.Ql \e>
are provided to ease compatibility with traditional SVR4
systems but are not portable and should be avoided.
.Pp