diff options
author | Jared Yanovich <jaredy@cvs.openbsd.org> | 2004-12-10 03:54:20 +0000 |
---|---|---|
committer | Jared Yanovich <jaredy@cvs.openbsd.org> | 2004-12-10 03:54:20 +0000 |
commit | 70c71e23c220a58f2994b55e13bda7f7b94069a0 (patch) | |
tree | 888984065839648ccccac2458ca8a54e7f631fab /lib/libc | |
parent | 83198659bb5d3dc345f178af176824773b2585d6 (diff) |
typos, then -> than, from Michael Knudsen
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/string/strerror.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/string/strerror.3 b/lib/libc/string/strerror.3 index 8cdaa67febd..066cc0e28b3 100644 --- a/lib/libc/string/strerror.3 +++ b/lib/libc/string/strerror.3 @@ -29,7 +29,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: strerror.3,v 1.7 2004/05/03 14:37:59 millert Exp $ +.\" $OpenBSD: strerror.3,v 1.8 2004/12/10 03:54:18 jaredy Exp $ .\" .Dd June 29, 1991 .Dt STRERROR 3 @@ -93,7 +93,7 @@ The returned error string will consist of an error message that includes may fail if: .Bl -tag -width Er .It Bq Er ERANGE -The error message is larger then +The error message is larger than .Fa buflen characters. The message will be truncated to fit. |