diff options
| author | 2000-08-09 15:56:44 +0000 | |
|---|---|---|
| committer | 2000-08-09 15:56:44 +0000 | |
| commit | ecb90728258ce99ba8e66e55b1712af31904a35e (patch) | |
| tree | d5b0138a591b976e74e83d08cc37837da14562b6 /lib/libc/string | |
| parent | For man pages that describe multiple functions, split the .Nm arguments (diff) | |
| download | wireguard-openbsd-ecb90728258ce99ba8e66e55b1712af31904a35e.tar.xz wireguard-openbsd-ecb90728258ce99ba8e66e55b1712af31904a35e.zip | |
More of the same.
Diffstat (limited to 'lib/libc/string')
| -rw-r--r-- | lib/libc/string/strtok.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/string/strtok.3 b/lib/libc/string/strtok.3 index 9bb35a78f7b..b3949d3e723 100644 --- a/lib/libc/string/strtok.3 +++ b/lib/libc/string/strtok.3 @@ -33,13 +33,14 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: strtok.3,v 1.13 2000/08/09 12:57:54 aaron Exp $ +.\" $OpenBSD: strtok.3,v 1.14 2000/08/09 15:56:44 aaron Exp $ .\" .Dd June 29, 1991 .Dt STRTOK 3 .Os .Sh NAME -.Nm strtok, strtok_r +.Nm strtok , +.Nm strtok_r .Nd string token operations .Sh SYNOPSIS .Fd #include <string.h> |
