diff options
author | 2010-05-24 21:27:25 +0000 | |
---|---|---|
committer | 2010-05-24 21:27:25 +0000 | |
commit | 5d6917b32cf22772a104753c46d33b61a50f013c (patch) | |
tree | 0a5aab7e9c15c96f7f5a7d291095d1181452fddf /lib/libc/string | |
parent | Support fibre PHY on BCM5709S. From FreeBSD via Brad. (diff) | |
download | wireguard-openbsd-5d6917b32cf22772a104753c46d33b61a50f013c.tar.xz wireguard-openbsd-5d6917b32cf22772a104753c46d33b61a50f013c.zip |
Add HISTORY section, mostly for strnlen() but include strlen() for
completeness (verified).
Diffstat (limited to 'lib/libc/string')
-rw-r--r-- | lib/libc/string/strlen.3 | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/lib/libc/string/strlen.3 b/lib/libc/string/strlen.3 index e1fde3e6793..3607fde5155 100644 --- a/lib/libc/string/strlen.3 +++ b/lib/libc/string/strlen.3 @@ -29,9 +29,9 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: strlen.3,v 1.8 2010/05/19 06:32:43 jmc Exp $ +.\" $OpenBSD: strlen.3,v 1.9 2010/05/24 21:27:25 millert Exp $ .\" -.Dd $Mdocdate: May 19 2010 $ +.Dd $Mdocdate: May 24 2010 $ .Dt STRLEN 3 .Os .Sh NAME @@ -91,3 +91,12 @@ and .Fn strnlen functions conform to .St -p1003.1-2008 . +.Sh HISTORY +The +.Fn strlen +function first appeared in +.At v7 . +The +.Fn strnlen +function first appeared in +.Ox 4.8 . |