diff options
author | mpech <> | 2001-08-06 10:42:26 +0000 |
---|---|---|
committer | mpech <> | 2001-08-06 10:42:26 +0000 |
commit | 1161496b1fe96bd200abb99eecc93d8594aa8306 (patch) | |
tree | 7c1887ee57a63b82c0947f33c91add493bec7ee3 /src/lib/libc/string | |
parent | 40beaa1917cc6d5f9b08ece2312e913094b98711 (diff) | |
download | openbsd-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.3 | 3 |
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 | |||
94 | modify the string, | 94 | modify the string, |
95 | .Fa str | 95 | .Fa str |
96 | should not point to an area in the initialized data segment. | 96 | should not point to an area in the initialized data segment. |
97 | .Pp | ||
98 | .Sh EXAMPLES | 97 | .Sh EXAMPLES |
99 | The following will construct an array of pointers to each individual word in | 98 | The following will construct an array of pointers to each individual word in |
100 | the string | 99 | the string |