diff options
Diffstat (limited to 'src/lib/libc/string/strchr.3')
| -rw-r--r-- | src/lib/libc/string/strchr.3 | 5 | 
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/libc/string/strchr.3 b/src/lib/libc/string/strchr.3 index eb9ac8e833..854438677a 100644 --- a/src/lib/libc/string/strchr.3 +++ b/src/lib/libc/string/strchr.3  | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | .\" $OpenBSD: strchr.3,v 1.11 2013/06/05 03:39:23 tedu Exp $ | 1 | .\" $OpenBSD: strchr.3,v 1.12 2015/11/24 09:14:35 daniel Exp $ | 
| 2 | .\" | 2 | .\" | 
| 3 | .\" Copyright (c) 1990, 1991 The Regents of the University of California. | 3 | .\" Copyright (c) 1990, 1991 The Regents of the University of California. | 
| 4 | .\" All rights reserved. | 4 | .\" All rights reserved. | 
| @@ -31,7 +31,7 @@ | |||
| 31 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 31 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
| 32 | .\" SUCH DAMAGE. | 32 | .\" SUCH DAMAGE. | 
| 33 | .\" | 33 | .\" | 
| 34 | .Dd $Mdocdate: June 5 2013 $ | 34 | .Dd $Mdocdate: November 24 2015 $ | 
| 35 | .Dt STRCHR 3 | 35 | .Dt STRCHR 3 | 
| 36 | .Os | 36 | .Os | 
| 37 | .Sh NAME | 37 | .Sh NAME | 
| @@ -42,6 +42,7 @@ | |||
| 42 | .In string.h | 42 | .In string.h | 
| 43 | .Ft char * | 43 | .Ft char * | 
| 44 | .Fn strchr "const char *s" "int c" | 44 | .Fn strchr "const char *s" "int c" | 
| 45 | .In strings.h | ||
| 45 | .Ft char * | 46 | .Ft char * | 
| 46 | .Fn index "const char *s" "int c" | 47 | .Fn index "const char *s" "int c" | 
| 47 | .Sh DESCRIPTION | 48 | .Sh DESCRIPTION | 
