diff options
author | mickey <> | 1998-06-15 17:55:14 +0000 |
---|---|---|
committer | mickey <> | 1998-06-15 17:55:14 +0000 |
commit | cf684cad35e2bdb4809a04a1922e0f638f3a45dd (patch) | |
tree | 3e3e6ab34e0942602e3aec7b613f5d340a07e08b /src/lib/libc/string/strdup.3 | |
parent | 46f4a98e0bb54914024e3e79dbe1d67f1a21ccd4 (diff) | |
download | openbsd-cf684cad35e2bdb4809a04a1922e0f638f3a45dd.tar.gz openbsd-cf684cad35e2bdb4809a04a1922e0f638f3a45dd.tar.bz2 openbsd-cf684cad35e2bdb4809a04a1922e0f638f3a45dd.zip |
use Bx macro for BSD versions
Diffstat (limited to 'src/lib/libc/string/strdup.3')
-rw-r--r-- | src/lib/libc/string/strdup.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/libc/string/strdup.3 b/src/lib/libc/string/strdup.3 index 04ec042d00..77bbb5a21b 100644 --- a/src/lib/libc/string/strdup.3 +++ b/src/lib/libc/string/strdup.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: strdup.3,v 1.4 1997/08/20 04:18:51 millert Exp $ | 1 | .\" $OpenBSD: strdup.3,v 1.5 1998/06/15 17:55:12 mickey Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 1990, 1991, 1993 | 3 | .\" Copyright (c) 1990, 1991, 1993 |
4 | .\" The Regents of the University of California. All rights reserved. | 4 | .\" The Regents of the University of California. All rights reserved. |
@@ -64,4 +64,5 @@ If insufficient memory is available, NULL is returned. | |||
64 | .Sh HISTORY | 64 | .Sh HISTORY |
65 | The | 65 | The |
66 | .Fn strdup | 66 | .Fn strdup |
67 | function first appeared in 4.4BSD. | 67 | function first appeared in |
68 | .Bx 4.4 . | ||