Module Name: src Committed By: wiz Date: Sun Oct 16 05:28:33 UTC 2016
Modified Files: src/lib/libc/string: strchr.3 Log Message: Add missing word. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/lib/libc/string/strchr.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/lib/libc/string/strchr.3 diff -u src/lib/libc/string/strchr.3:1.12 src/lib/libc/string/strchr.3:1.13 --- src/lib/libc/string/strchr.3:1.12 Wed Oct 12 20:01:12 2016 +++ src/lib/libc/string/strchr.3 Sun Oct 16 05:28:33 2016 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)strchr.3 8.2 (Berkeley) 4/19/94 -.\" $NetBSD: strchr.3,v 1.12 2016/10/12 20:01:12 christos Exp $ +.\" $NetBSD: strchr.3,v 1.13 2016/10/16 05:28:33 wiz Exp $ .\" .Dd October 12, 2016 .Dt STRCHR 3 @@ -111,5 +111,5 @@ conforms to .St -ansiC . .The .Fn strchrnul -appeared in +function appeared in .Nx 8 .