diff options
Diffstat (limited to 'lib/libc/string/strcoll.3')
-rw-r--r-- | lib/libc/string/strcoll.3 | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/lib/libc/string/strcoll.3 b/lib/libc/string/strcoll.3 index ea7452a749a..72e398c44cd 100644 --- a/lib/libc/string/strcoll.3 +++ b/lib/libc/string/strcoll.3 @@ -29,9 +29,9 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: strcoll.3,v 1.7 2007/05/31 19:19:32 jmc Exp $ +.\" $OpenBSD: strcoll.3,v 1.8 2011/07/25 00:38:53 schwarze Exp $ .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: July 25 2011 $ .Dt STRCOLL 3 .Os .Sh NAME @@ -66,3 +66,8 @@ The .Fn strcoll function conforms to .St -ansiC . +.Sh HISTORY +The +.Fn strcoll +function first appeared in +.Bx 4.3 Reno . |