summaryrefslogtreecommitdiff
path: root/src/lib/libc/string/strmode.3
diff options
context:
space:
mode:
authorschwarze <>2011-07-25 00:38:53 +0000
committerschwarze <>2011-07-25 00:38:53 +0000
commit339c056f856313e215baab8ddc4bc0ce064b4571 (patch)
tree7c0511efd76ae46bc18c0955627ddf69509014c6 /src/lib/libc/string/strmode.3
parent3ad0ccfe078fe407c711a9d1fb21b9b79aa67f2c (diff)
downloadopenbsd-339c056f856313e215baab8ddc4bc0ce064b4571.tar.gz
openbsd-339c056f856313e215baab8ddc4bc0ce064b4571.tar.bz2
openbsd-339c056f856313e215baab8ddc4bc0ce064b4571.zip
update HISTORY and SEE ALSO for all of string(3), together with various
smaller improvements; jmc@ and nicm@ both ask me to get this in because further tweaking will be easier in-tree
Diffstat (limited to 'src/lib/libc/string/strmode.3')
-rw-r--r--src/lib/libc/string/strmode.36
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libc/string/strmode.3 b/src/lib/libc/string/strmode.3
index ebeafcaf6e..5d371b38c8 100644
--- a/src/lib/libc/string/strmode.3
+++ b/src/lib/libc/string/strmode.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: strmode.3,v 1.14 2007/05/31 19:19:32 jmc Exp $ 1.\" $OpenBSD: strmode.3,v 1.15 2011/07/25 00:38:53 schwarze Exp $
2.\" 2.\"
3.\" Copyright (c) 1990, 1991, 1993 3.\" Copyright (c) 1990, 1991, 1993
4.\" The Regents of the University of California. All rights reserved. 4.\" The Regents of the University of California. All rights reserved.
@@ -29,7 +29,7 @@
29.\" 29.\"
30.\" @(#)strmode.3 8.3 (Berkeley) 7/28/94 30.\" @(#)strmode.3 8.3 (Berkeley) 7/28/94
31.\" 31.\"
32.Dd $Mdocdate: May 31 2007 $ 32.Dd $Mdocdate: July 25 2011 $
33.Dt STRMODE 3 33.Dt STRMODE 3
34.Os 34.Os
35.Sh NAME 35.Sh NAME
@@ -154,4 +154,4 @@ function always returns 0.
154The 154The
155.Fn strmode 155.Fn strmode
156function first appeared in 156function first appeared in
157.Bx 4.4 . 157.Bx 4.3 Reno .