summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjaredy <>2004-12-10 03:54:18 +0000
committerjaredy <>2004-12-10 03:54:18 +0000
commit5075c4c899abb11d62cadd17f148b1ad35fcf3c0 (patch)
tree53f5db0b1a2441c3ded941482d658505d0a3b3dd
parent0a6f65508dd7e2acb05f027e4aaa28cd6a38cd03 (diff)
downloadopenbsd-5075c4c899abb11d62cadd17f148b1ad35fcf3c0.tar.gz
openbsd-5075c4c899abb11d62cadd17f148b1ad35fcf3c0.tar.bz2
openbsd-5075c4c899abb11d62cadd17f148b1ad35fcf3c0.zip
typos, then -> than, from Michael Knudsen
-rw-r--r--src/lib/libc/string/strerror.34
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/string/strerror.3 b/src/lib/libc/string/strerror.3
index 8cdaa67feb..066cc0e28b 100644
--- a/src/lib/libc/string/strerror.3
+++ b/src/lib/libc/string/strerror.3
@@ -29,7 +29,7 @@
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE. 30.\" SUCH DAMAGE.
31.\" 31.\"
32.\" $OpenBSD: strerror.3,v 1.7 2004/05/03 14:37:59 millert Exp $ 32.\" $OpenBSD: strerror.3,v 1.8 2004/12/10 03:54:18 jaredy Exp $
33.\" 33.\"
34.Dd June 29, 1991 34.Dd June 29, 1991
35.Dt STRERROR 3 35.Dt STRERROR 3
@@ -93,7 +93,7 @@ The returned error string will consist of an error message that includes
93may fail if: 93may fail if:
94.Bl -tag -width Er 94.Bl -tag -width Er
95.It Bq Er ERANGE 95.It Bq Er ERANGE
96The error message is larger then 96The error message is larger than
97.Fa buflen 97.Fa buflen
98characters. 98characters.
99The message will be truncated to fit. 99The message will be truncated to fit.