diff options
author | tjr <tjr@FreeBSD.org> | 2002-10-15 09:49:54 +0000 |
---|---|---|
committer | tjr <tjr@FreeBSD.org> | 2002-10-15 09:49:54 +0000 |
commit | fbb20002c72e71194f283493113b188f4a9982f3 (patch) | |
tree | ff94ba69764446b895627d60d51f8f6e4d73a5c5 /lib/libc/string/wcstok.3 | |
parent | e92a3178463f8ffde179f9d77416f32fb7b6aea7 (diff) | |
download | FreeBSD-src-fbb20002c72e71194f283493113b188f4a9982f3.zip FreeBSD-src-fbb20002c72e71194f283493113b188f4a9982f3.tar.gz |
Remove stray comma at the end of the See Also list.
Diffstat (limited to 'lib/libc/string/wcstok.3')
-rw-r--r-- | lib/libc/string/wcstok.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/string/wcstok.3 b/lib/libc/string/wcstok.3 index 3f4c53e..0de24d8 100644 --- a/lib/libc/string/wcstok.3 +++ b/lib/libc/string/wcstok.3 @@ -124,7 +124,7 @@ does. .Xr wcscspn 3 , .Xr wcspbrk 3 , .Xr wcsrchr 3 , -.Xr wcsspn 3 , +.Xr wcsspn 3 .Sh STANDARDS The .Fn wcstok |