diff options
author | David Prévot <taffit@debian.org> | 2012-08-13 09:25:39 +0200 |
---|---|---|
committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2012-08-13 09:25:39 +0200 |
commit | 1de7d4a1afbbb42726badd443ac63bfdbf1f576e (patch) | |
tree | 63edae782a63e0e7dcf2ce3088a2cf874b6285ad | |
parent | d4dfdd5b1678b032d822a8a305e11e61321cc0ca (diff) |
strcpy.3: wfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r-- | man3/strcpy.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/strcpy.3 b/man3/strcpy.3 index 0a222dd9..06643359 100644 --- a/man3/strcpy.3 +++ b/man3/strcpy.3 @@ -116,7 +116,7 @@ One valid (and intended) use of is to copy a C string to a fixed-length buffer while ensuring both that the buffer is not overflowed and that unused bytes in the target buffer are zeroed out -(perhaps to prevent information leaks if the buffer is to +(perhaps to prevent information leaks if the buffer is to be written to media or transmitted to another process via an interprocess communication technique). |