diff options
author | 2006-10-30 15:58:59 +0000 | |
---|---|---|
committer | 2006-10-30 15:58:59 +0000 | |
commit | cde0e5db6345f777524f970d0a11cb481bd05b29 (patch) | |
tree | 8b6c6a15d5dac5458a45b2804f51b756c98d3454 /lib/libc/stdio/fgets.3 | |
parent | Now the primary CPU starts the CMMUs which tied to the secondary CPUs. (diff) | |
download | wireguard-openbsd-cde0e5db6345f777524f970d0a11cb481bd05b29.tar.xz wireguard-openbsd-cde0e5db6345f777524f970d0a11cb481bd05b29.zip |
suceed -> succeed; from chad dougherty
Diffstat (limited to 'lib/libc/stdio/fgets.3')
-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 |