diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-03-06 21:46:58 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-03-06 21:46:58 +0000 |
commit | 31d33feac95ec0233d0e296341c8d0e2d1509080 (patch) | |
tree | 1a45de9a3e0fca3ced8d00af094342de052ce3bb /lib/libc/regex | |
parent | e77c87d240d039b5359299680115083023e7714f (diff) |
Do not leave `(' characters dangling at the end of lines; instead, use the
appropriate mdoc macros to handle these cases.
Diffstat (limited to 'lib/libc/regex')
-rw-r--r-- | lib/libc/regex/regex.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/regex/regex.3 b/lib/libc/regex/regex.3 index 3262a9e4b16..589f970102f 100644 --- a/lib/libc/regex/regex.3 +++ b/lib/libc/regex/regex.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: regex.3,v 1.11 1999/07/09 13:35:22 aaron Exp $ +.\" $OpenBSD: regex.3,v 1.12 2000/03/06 21:46:56 aaron Exp $ .\" .\" Copyright (c) 1997, Phillip F Knaack. All rights reserved. .\" @@ -397,8 +397,8 @@ and if the error code came from it should have been the result from the most recent .Fn regcomp using that -.Li regex_t . ( -.Fn regerror +.Li regex_t . +.Pf ( Fn regerror may be able to supply a more detailed message using information from the .Li regex_t . ) |