diff options
author | 1999-05-23 14:10:46 +0000 | |
---|---|---|
committer | 1999-05-23 14:10:46 +0000 | |
commit | fc8533a33fb49c679e7b7d9a0137c6d61bc1a3de (patch) | |
tree | 258c5748e9f857e8b5199ca46b9f996602d8cb25 /lib/libc/regex/regex.3 | |
parent | Avoid bzero + free after failed malloc(). From niklas@ (diff) | |
download | wireguard-openbsd-fc8533a33fb49c679e7b7d9a0137c6d61bc1a3de.tar.xz wireguard-openbsd-fc8533a33fb49c679e7b7d9a0137c6d61bc1a3de.zip |
remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common
is used instead; kwesterback@home.com
Diffstat (limited to 'lib/libc/regex/regex.3')
-rw-r--r-- | lib/libc/regex/regex.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/regex/regex.3 b/lib/libc/regex/regex.3 index 254b55ff66f..1fc7a82e3f9 100644 --- a/lib/libc/regex/regex.3 +++ b/lib/libc/regex/regex.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: regex.3,v 1.7 1999/05/12 13:26:47 aaron Exp $ +.\" $OpenBSD: regex.3,v 1.8 1999/05/23 14:11:02 aaron Exp $ .\" .\" Copyright (c) 1997, Phillip F Knaack. All rights reserved. .\" @@ -41,7 +41,7 @@ .\" .Dd March 20, 1994 .Dt REGEX 3 -.Os OpenBSD +.Os .Sh NAME .Nm regcomp, regexec, regerror, regfree .Nd regular-expression library |