summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-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.