diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-10-30 15:59:00 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-10-30 15:59:00 +0000 |
commit | 7ba1f97ec3a5206556447c2cc67b6a8bcab306e1 (patch) | |
tree | 734344437b63fcd28a14e54d39495595965416e6 /lib/libc/stdio | |
parent | 7266f06876c434bebf7d413d9141c2c54908a256 (diff) |
suceed -> succeed; from chad dougherty
Diffstat (limited to 'lib/libc/stdio')
-rw-r--r-- | lib/libc/stdio/fgets.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdio/fgets.3 b/lib/libc/stdio/fgets.3 index 9f84e30b1e5..5d1331019f1 100644 --- a/lib/libc/stdio/fgets.3 +++ b/lib/libc/stdio/fgets.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fgets.3,v 1.24 2006/10/15 06:39:23 jmc Exp $ +.\" $OpenBSD: fgets.3,v 1.25 2006/10/30 15:58:59 jmc Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -58,7 +58,7 @@ at end-of-file, or on error. The newline, if any, is retained. The string will be NUL-terminated if .Fn fgets -suceeds; otherwise the contents of +succeeds; otherwise the contents of .Fa str are undefined. .Pp |