diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-02-10 19:58:22 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-02-10 19:58:22 +0000 |
commit | 5844e7bf0c6891c17a7151066f53a340f803ce57 (patch) | |
tree | 25e07e9f7afade3f3ab5416731fde5af253b4d95 | |
parent | ed9dea253595d08679bb594bd58ae5db81437ebb (diff) |
improve Nd; from millert@
-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 016bf7af457..f7e080b610b 100644 --- a/lib/libc/regex/regex.3 +++ b/lib/libc/regex/regex.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: regex.3,v 1.18 2003/06/02 20:18:36 millert Exp $ +.\" $OpenBSD: regex.3,v 1.19 2004/02/10 19:58:21 jmc Exp $ .\" .\" Copyright (c) 1997, Phillip F Knaack. All rights reserved. .\" @@ -43,7 +43,7 @@ .Nm regexec , .Nm regerror , .Nm regfree -.Nd regular-expression library +.Nd regular expression routines .Sh SYNOPSIS .Fd #include <sys/types.h> .Fd #include <regex.h> |