diff options
author | dd <dd@FreeBSD.org> | 2001-07-15 07:53:42 +0000 |
---|---|---|
committer | dd <dd@FreeBSD.org> | 2001-07-15 07:53:42 +0000 |
commit | a145482cf625d5f04072fd1d20b5c2062cbe8e47 (patch) | |
tree | d6c008b8ae357e7c4c800baa477713b82a6ee2f2 /lib/libc/string | |
parent | 0d7bb1fec635c87e914e57048716adc5a87cfe22 (diff) | |
download | FreeBSD-src-a145482cf625d5f04072fd1d20b5c2062cbe8e47.zip FreeBSD-src-a145482cf625d5f04072fd1d20b5c2062cbe8e47.tar.gz |
Remove whitespace at EOL.
Diffstat (limited to 'lib/libc/string')
-rw-r--r-- | lib/libc/string/bcmp.3 | 2 | ||||
-rw-r--r-- | lib/libc/string/bcopy.3 | 2 | ||||
-rw-r--r-- | lib/libc/string/bzero.3 | 2 | ||||
-rw-r--r-- | lib/libc/string/index.3 | 2 | ||||
-rw-r--r-- | lib/libc/string/rindex.3 | 2 | ||||
-rw-r--r-- | lib/libc/string/strlcpy.3 | 2 | ||||
-rw-r--r-- | lib/libc/string/strtok.3 | 8 |
7 files changed, 10 insertions, 10 deletions
diff --git a/lib/libc/string/bcmp.3 b/lib/libc/string/bcmp.3 index 0e743a0..8d06b8b 100644 --- a/lib/libc/string/bcmp.3 +++ b/lib/libc/string/bcmp.3 @@ -70,5 +70,5 @@ The strings may overlap. .Sh HISTORY A .Fn bcmp -function first appeared in +function first appeared in .Bx 4.2 . diff --git a/lib/libc/string/bcopy.3 b/lib/libc/string/bcopy.3 index 7f3fa47..095ae05 100644 --- a/lib/libc/string/bcopy.3 +++ b/lib/libc/string/bcopy.3 @@ -70,5 +70,5 @@ is zero, no bytes are copied. .Sh HISTORY A .Fn bcopy -function appeared in +function appeared in .Bx 4.2 . diff --git a/lib/libc/string/bzero.3 b/lib/libc/string/bzero.3 index 1f4fbc5..73d3428 100644 --- a/lib/libc/string/bzero.3 +++ b/lib/libc/string/bzero.3 @@ -67,5 +67,5 @@ does nothing. A .Fn bzero function -appeared in +appeared in .Bx 4.3 . diff --git a/lib/libc/string/index.3 b/lib/libc/string/index.3 index 1ec56e6..d023658 100644 --- a/lib/libc/string/index.3 +++ b/lib/libc/string/index.3 @@ -79,5 +79,5 @@ locates the terminating '\e0'. .Sh HISTORY A .Fn index -function appeared in +function appeared in .At v6 . diff --git a/lib/libc/string/rindex.3 b/lib/libc/string/rindex.3 index 0f9919c..e6c019f 100644 --- a/lib/libc/string/rindex.3 +++ b/lib/libc/string/rindex.3 @@ -81,5 +81,5 @@ locates the terminating .Sh HISTORY A .Fn rindex -function appeared in +function appeared in .At v6 . diff --git a/lib/libc/string/strlcpy.3 b/lib/libc/string/strlcpy.3 index c26a6f3..f22c897 100644 --- a/lib/libc/string/strlcpy.3 +++ b/lib/libc/string/strlcpy.3 @@ -66,7 +66,7 @@ as long as there is at least one byte free in Note that you should include a byte for the NUL in .Fa size . Also note that -.Fn strlcpy +.Fn strlcpy and .Fn strlcat only operate on true diff --git a/lib/libc/string/strtok.3 b/lib/libc/string/strtok.3 index 77837d2..6ad05cc 100644 --- a/lib/libc/string/strtok.3 +++ b/lib/libc/string/strtok.3 @@ -16,12 +16,12 @@ .\" .\" 1. Redistributions of source code must retain the above copyright .\" notices, this list of conditions and the following disclaimer. -.\" +.\" .\" 2. Redistributions in binary form must reproduce the above .\" copyright notices, this list of conditions and the following .\" disclaimer in the documentation and/or other materials provided .\" with the distribution. -.\" +.\" .\" 3. All advertising materials mentioning features or use of this .\" software must display the following acknowledgement: .\" @@ -113,7 +113,7 @@ character. When no more tokens remain, a null pointer is returned. .Sh EXAMPLES The following uses -.Fn strtok_r +.Fn strtok_r to parse two strings using separate contexts: .Bd -literal char test[80], blah[80]; @@ -169,6 +169,6 @@ such a sequence of calls would always return Softweyr LLC: .Aq wes@softweyr.com .Pp -Based on the +Based on the .Fx 3.0 implementation. |