Add change log entry for last mod.

This commit is contained in:
Michael Kerrisk 2006-05-18 23:20:58 +00:00
parent c76f15b3ee
commit a0bf357742
1 changed files with 4 additions and 1 deletions

View File

@ -25,7 +25,10 @@
.\" Lewine's _POSIX Programmer's Guide_ (O'Reilly & Associates, 1991)
.\" 386BSD man pages
.\" Modified Mon Apr 12 12:51:24 1993, David Metcalfe
.TH STRCHR 3 1993-04-12 "" "Linux Programmer's Manual"
.\" 2006-05-19, Justin Pryzby <pryzbyj@justinpryzby.com>
.\" Document strchrnul(3).
.\"
.TH STRCHR 3 2006-05-19 "GNU" "Linux Programmer's Manual"
.SH NAME
strchr, strrchr, strchrnul \- locate character in string
.SH SYNOPSIS