Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Dec 2010 18:00:02 +0200
From:      Marin Atanasov Nikolov <dnaeon@gmail.com>
To:        Matthias Andree <matthias.andree@gmx.de>
Cc:        freebsd-hackers@freebsd.org
Subject:   Re: [PATCH] Add HISTORY to strlen(3) and strstr(3) man pages
Message-ID:  <AANLkTi=UqmAb2d_RkaAB1rVf3xmBLTN3q6aj03WPGE_B@mail.gmail.com>
In-Reply-To: <4CFA284A.2050501@gmx.de>
References:  <AANLkTim4hT-Ww%2BNFr3_VQytMq2m84swucVZLNCtiJnoJ@mail.gmail.com> <4CFA284A.2050501@gmx.de>

next in thread | previous in thread | raw e-mail | index | archive | help

[-- Attachment #1 --]
On Sat, Dec 4, 2010 at 1:38 PM, Matthias Andree <matthias.andree@gmx.de> wrote:
> Am 04.12.2010 12:33, schrieb Marin Atanasov Nikolov:
>> Hello,
>>
>> Could someone review the attached patches and possibly commit them?
>>
>> The patches add HISTORY for the strstr(), strnstr(), strlen() and
>> strnlen() functions.
>>
>> Thanks,
>> Marin
>
> I find it hard to believe the versions especially for strstr and strlen.

You are so right about that :)

That must be one those copy-paste mistakes :)

I've attached the new patches.

Regards,
Marin
>
> --
> Matthias Andree
> _______________________________________________
> freebsd-hackers@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
> To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org"
>



-- 
Marin Atanasov Nikolov

dnaeon AT gmail DOT com
daemon AT unix-heaven DOT org
http://www.unix-heaven.org/

[-- Attachment #2 --]
Index: head/lib/libc/string/strlen.3
===================================================================
--- head/lib/libc/string/strlen.3	(revision 216178)
+++ head/lib/libc/string/strlen.3	(working copy)
@@ -90,3 +90,8 @@
 .Fn strnlen
 function conforms to
 .St -p1003.1-2008 .
+.Sh HISTORY
+The 
+.Fn strnlen
+function was added in
+.Fx 8.0 .

[-- Attachment #3 --]
Index: head/lib/libc/string/strstr.3
===================================================================
--- head/lib/libc/string/strstr.3	(revision 216178)
+++ head/lib/libc/string/strstr.3	(working copy)
@@ -143,3 +143,8 @@
 function
 conforms to
 .St -isoC .
+.Sh HISTORY
+The
+.Fn strnstr
+function was added in
+.Fx 4.5 .

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?AANLkTi=UqmAb2d_RkaAB1rVf3xmBLTN3q6aj03WPGE_B>