diff options
author | jaredy <> | 2004-12-10 03:54:18 +0000 |
---|---|---|
committer | jaredy <> | 2004-12-10 03:54:18 +0000 |
commit | 5075c4c899abb11d62cadd17f148b1ad35fcf3c0 (patch) | |
tree | 53f5db0b1a2441c3ded941482d658505d0a3b3dd | |
parent | 0a6f65508dd7e2acb05f027e4aaa28cd6a38cd03 (diff) | |
download | openbsd-5075c4c899abb11d62cadd17f148b1ad35fcf3c0.tar.gz openbsd-5075c4c899abb11d62cadd17f148b1ad35fcf3c0.tar.bz2 openbsd-5075c4c899abb11d62cadd17f148b1ad35fcf3c0.zip |
typos, then -> than, from Michael Knudsen
-rw-r--r-- | src/lib/libc/string/strerror.3 | 4 |
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 | |||
93 | may fail if: | 93 | may fail if: |
94 | .Bl -tag -width Er | 94 | .Bl -tag -width Er |
95 | .It Bq Er ERANGE | 95 | .It Bq Er ERANGE |
96 | The error message is larger then | 96 | The error message is larger than |
97 | .Fa buflen | 97 | .Fa buflen |
98 | characters. | 98 | characters. |
99 | The message will be truncated to fit. | 99 | The message will be truncated to fit. |