diff options
author | Paul Janzen <pjanzen@cvs.openbsd.org> | 1999-06-06 06:57:54 +0000 |
---|---|---|
committer | Paul Janzen <pjanzen@cvs.openbsd.org> | 1999-06-06 06:57:54 +0000 |
commit | 34dcd878d6f2e9072d89cd10ade4f31fb744dba1 (patch) | |
tree | 62561a74dd74f3958895eb7c0d686ee178a59baf /lib/libc/string/strchr.3 | |
parent | 44ded7ffda21f64846aeae3dc7e72bb6584b1428 (diff) |
Grammatical, spelling, and format fixes
Diffstat (limited to 'lib/libc/string/strchr.3')
-rw-r--r-- | lib/libc/string/strchr.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/string/strchr.3 b/lib/libc/string/strchr.3 index f4b4aef9760..2980f9bc873 100644 --- a/lib/libc/string/strchr.3 +++ b/lib/libc/string/strchr.3 @@ -33,14 +33,14 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: strchr.3,v 1.4 1999/06/04 17:26:26 aaron Exp $ +.\" $OpenBSD: strchr.3,v 1.5 1999/06/06 06:57:52 pjanzen Exp $ .\" .Dd June 29, 1991 .Dt STRCHR 3 .Os .Sh NAME .Nm strchr -.Nd locate first occurence of a character in a string +.Nd locate first occurrence of a character in a string .Sh SYNOPSIS .Fd #include <string.h> .Ft char * |