From owner-svn-src-stable-10@freebsd.org Sat Feb 6 14:03:32 2016 Return-Path: Delivered-To: svn-src-stable-10@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DA280A9ED42; Sat, 6 Feb 2016 14:03:32 +0000 (UTC) (envelope-from wblock@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A6FE87F4; Sat, 6 Feb 2016 14:03:32 +0000 (UTC) (envelope-from wblock@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u16E3V6N056484; Sat, 6 Feb 2016 14:03:31 GMT (envelope-from wblock@FreeBSD.org) Received: (from wblock@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u16E3VIp056483; Sat, 6 Feb 2016 14:03:31 GMT (envelope-from wblock@FreeBSD.org) Message-Id: <201602061403.u16E3VIp056483@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wblock set sender to wblock@FreeBSD.org using -f From: Warren Block Date: Sat, 6 Feb 2016 14:03:31 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r295350 - stable/10/lib/libc/string X-SVN-Group: stable-10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable-10@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for only the 10-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Feb 2016 14:03:33 -0000 Author: wblock (doc committer) Date: Sat Feb 6 14:03:31 2016 New Revision: 295350 URL: https://svnweb.freebsd.org/changeset/base/295350 Log: MFC r294597: Add a standards compliance note for strtok_r Approved by: re (marius@) Modified: stable/10/lib/libc/string/strtok.3 Directory Properties: stable/10/ (props changed) Modified: stable/10/lib/libc/string/strtok.3 ============================================================================== --- stable/10/lib/libc/string/strtok.3 Sat Feb 6 13:39:20 2016 (r295349) +++ stable/10/lib/libc/string/strtok.3 Sat Feb 6 14:03:31 2016 (r295350) @@ -44,7 +44,7 @@ .\" @(#)strtok.3 8.2 (Berkeley) 2/3/94 .\" $FreeBSD$ .\" -.Dd November 27, 1998 +.Dd January 22, 2016 .Dt STRTOK 3 .Os .Sh NAME @@ -149,6 +149,11 @@ The function conforms to .St -isoC . +The +.Fn strtok_r +function +conforms to +.St -p1003.1-2001 . .Sh AUTHORS .An Wes Peters , Softweyr LLC: