aboutsummaryrefslogtreecommitdiffstats
path: root/man3/strcpy.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/strcpy.3')
-rw-r--r--man3/strcpy.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/strcpy.3 b/man3/strcpy.3
index 1911d63748..7a8091f7c4 100644
--- a/man3/strcpy.3
+++ b/man3/strcpy.3
@@ -117,7 +117,7 @@ as follows:
strncpy(buf, str, n);
if (n > 0)
- buf[n - 1]= \(aq\\0\(aq;
+ buf[n \- 1]= \(aq\\0\(aq;
.fi
.in
.SH BUGS