summaryrefslogtreecommitdiff
path: root/lib/libc/regex/re_format.7
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1997-04-28 20:45:03 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1997-04-28 20:45:03 +0000
commite64577c315e3075a1d6cf7c83ef11199d7bb8d27 (patch)
treee37583a7c49742ebaca236e5c123791e072fd455 /lib/libc/regex/re_format.7
parent50517f1c3c55ef822e3cf41fa3581f7c529257f1 (diff)
- cast usages of *printf() to void since we don't check return val
- move an assert to be *before* a strcpy() where it can do some good. - integrate NetBSD fixes for 64-bit machines (NetBSD PR #3450, Ross Harvey) - add lite2 tags
Diffstat (limited to 'lib/libc/regex/re_format.7')
-rw-r--r--lib/libc/regex/re_format.74
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/regex/re_format.7 b/lib/libc/regex/re_format.7
index 065a426b28a..f4271496780 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.2 1996/08/19 08:31:08 tholo Exp $
+.\" $OpenBSD: re_format.7,v 1.3 1997/04/28 20:44:58 millert Exp $
.\"
.\" Copyright (c) 1992, 1993, 1994 Henry Spencer.
.\" Copyright (c) 1992, 1993, 1994
@@ -35,6 +35,8 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
+.\" @(#)re_format.7 8.3 (Berkeley) 3/20/94
+.\"
.TH RE_FORMAT 7 "March 20, 1994"
.SH NAME
re_format \- POSIX 1003.2 regular expressions