jca
|
74793c8931
|
Mention strtok_r in STANDARDS
POSIX 2001 instead of POSIX.1c suggested by millert@ and jmc@, ok jmc@
|
7 years ago |
tedu
|
3d36d226ed
|
Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze
|
12 years ago |
schwarze
|
52886b1c8c
|
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
|
13 years ago |
jmc
|
14302f5699
|
convert to new .Dd format;
|
18 years ago |
cloder
|
907ea60a25
|
Be correct in our man pages when talking about NUL termination (that is,
termination with '\0') vs. null termination.
Input from krw@, jaredy@, jmc@. OK deraadt@
|
20 years ago |
millert
|
442cc4dad5
|
Fix the example code. The loop invariant 'i' was not bound by MAXTOKENS
which could result in writing a NUL byte outside of tokens[]. A fix, from
Patrick Latifi, is to move the increment into the "i < MAXTOKENS - 1" block.
|
21 years ago |
millert
|
679cd5d050
|
Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999. Proofed by myself and Theo.
|
22 years ago |
mpech
|
8038b2e506
|
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
|
24 years ago |
aaron
|
368621cd11
|
More of the same.
|
25 years ago |
aaron
|
52ecc95202
|
Remove trailing blank lines.
|
25 years ago |
deraadt
|
3369ca98b5
|
correct example
|
25 years ago |
aaron
|
b419710bcf
|
Flesh out libc string function man pages.
|
25 years ago |
art
|
907d9be25c
|
Document strtok_r.
|
25 years ago |
espie
|
8bd53cdab8
|
index/rindex as deprecated synonyms to strchr/strrchr.
|
25 years ago |
aaron
|
142a0471af
|
whoops, fix a bug in my example :)
|
26 years ago |
aaron
|
f4692eac7a
|
add an example
|
26 years ago |
aaron
|
f49d82ce18
|
repairs
|
26 years ago |
aaron
|
6d2a02c0cd
|
some repairs, add example to strdup(3) page
|
26 years ago |
aaron
|
4ac47893f2
|
remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common
is used instead; kwesterback@home.com
|
26 years ago |
deraadt
|
51f4471365
|
use Xr more often
|
27 years ago |
tholo
|
fcedf08ffa
|
Fix RCS ids
Make sure everything uses {SYS,}LIBC_SCCS properly
|
29 years ago |
deraadt
|
47b73ff83c
|
initial import of NetBSD tree
|
29 years ago |