summaryrefslogtreecommitdiff
path: root/src/lib/libc/string
diff options
context:
space:
mode:
authormpech <>2001-08-06 10:42:26 +0000
committermpech <>2001-08-06 10:42:26 +0000
commit1161496b1fe96bd200abb99eecc93d8594aa8306 (patch)
tree7c1887ee57a63b82c0947f33c91add493bec7ee3 /src/lib/libc/string
parent40beaa1917cc6d5f9b08ece2312e913094b98711 (diff)
downloadopenbsd-1161496b1fe96bd200abb99eecc93d8594aa8306.tar.gz
openbsd-1161496b1fe96bd200abb99eecc93d8594aa8306.tar.bz2
openbsd-1161496b1fe96bd200abb99eecc93d8594aa8306.zip
o) We always close .Bl and .Bd tags;
o) .Sh AUTHOR -> .Sh AUTHORS; o) We don't like .Pp before/after .Sh; o) We don't like .Pp before/after .Rs/.Re; o) NetBSD -> .Nx; o) OpenBSD -> .Ox; millert@ ok
Diffstat (limited to 'src/lib/libc/string')
-rw-r--r--src/lib/libc/string/strtok.33
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libc/string/strtok.3 b/src/lib/libc/string/strtok.3
index b3949d3e72..b8dad8eff0 100644
--- a/src/lib/libc/string/strtok.3
+++ b/src/lib/libc/string/strtok.3
@@ -33,7 +33,7 @@
33.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 33.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
34.\" SUCH DAMAGE. 34.\" SUCH DAMAGE.
35.\" 35.\"
36.\" $OpenBSD: strtok.3,v 1.14 2000/08/09 15:56:44 aaron Exp $ 36.\" $OpenBSD: strtok.3,v 1.15 2001/08/06 10:42:26 mpech Exp $
37.\" 37.\"
38.Dd June 29, 1991 38.Dd June 29, 1991
39.Dt STRTOK 3 39.Dt STRTOK 3
@@ -94,7 +94,6 @@ and
94modify the string, 94modify the string,
95.Fa str 95.Fa str
96should not point to an area in the initialized data segment. 96should not point to an area in the initialized data segment.
97.Pp
98.Sh EXAMPLES 97.Sh EXAMPLES
99The following will construct an array of pointers to each individual word in 98The following will construct an array of pointers to each individual word in
100the string 99the string