diff options
author | 2001-08-06 10:42:25 +0000 | |
---|---|---|
committer | 2001-08-06 10:42:25 +0000 | |
commit | ea2542f8a25ae1775fdd2fcc18cafd171df01907 (patch) | |
tree | b54f027f92a8f0a39c712dce0ddaee3764cf8b32 /lib/libc/string | |
parent | o) add BSDI macro (.Bsx); (diff) | |
download | wireguard-openbsd-ea2542f8a25ae1775fdd2fcc18cafd171df01907.tar.xz wireguard-openbsd-ea2542f8a25ae1775fdd2fcc18cafd171df01907.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 'lib/libc/string')
-rw-r--r-- | lib/libc/string/strtok.3 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/string/strtok.3 b/lib/libc/string/strtok.3 index b3949d3e723..b8dad8eff06 100644 --- a/lib/libc/string/strtok.3 +++ b/lib/libc/string/strtok.3 @@ -33,7 +33,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: strtok.3,v 1.14 2000/08/09 15:56:44 aaron Exp $ +.\" $OpenBSD: strtok.3,v 1.15 2001/08/06 10:42:26 mpech Exp $ .\" .Dd June 29, 1991 .Dt STRTOK 3 @@ -94,7 +94,6 @@ and modify the string, .Fa str should not point to an area in the initialized data segment. -.Pp .Sh EXAMPLES The following will construct an array of pointers to each individual word in the string |