aboutsummaryrefslogtreecommitdiffstats
path: root/man3/wcwidth.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/wcwidth.3')
-rw-r--r--man3/wcwidth.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/wcwidth.3 b/man3/wcwidth.3
index 6272b1d0bd..08300f0a4a 100644
--- a/man3/wcwidth.3
+++ b/man3/wcwidth.3
@@ -27,7 +27,7 @@ function returns the number of columns
needed to represent the wide character \fIc\fP.
If \fIc\fP is a printable wide character, the value
is at least 0.
-If \fIc\fP is L'\\0', the value is 0.
+If \fIc\fP is L\'\\0\', the value is 0.
Otherwise \-1 is returned.
.SH "RETURN VALUE"
The