Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/string Fix xref.
details: https://anonhg.NetBSD.org/src/rev/3df4e3a5d676
branches: trunk
changeset: 787565:3df4e3a5d676
user: wiz <wiz%NetBSD.org@localhost>
date: Mon Jun 24 07:56:49 2013 +0000
description:
Fix xref.
diffstat:
lib/libc/string/memset.3 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (21 lines):
diff -r 20ce880ac401 -r 3df4e3a5d676 lib/libc/string/memset.3
--- a/lib/libc/string/memset.3 Mon Jun 24 04:21:19 2013 +0000
+++ b/lib/libc/string/memset.3 Mon Jun 24 07:56:49 2013 +0000
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)memset.3 8.1 (Berkeley) 6/4/93
-.\" $NetBSD: memset.3,v 1.11 2013/06/24 04:21:20 riastradh Exp $
+.\" $NetBSD: memset.3,v 1.12 2013/06/24 07:56:49 wiz Exp $
.\"
.Dd June 23, 2013
.Dt MEMSET 3
@@ -67,7 +67,7 @@
for example if it is allocated on the stack and about to out of scope.
If you want to guarantee that zeros are written to memory, for example
to sanitize a buffer holding a cryptographic secret, use
-.Xr explicit_memset .
+.Xr explicit_memset 3 .
.Sh SEE ALSO
.Xr bzero 3 ,
.Xr explicit_memset 3 ,
Home |
Main Index |
Thread Index |
Old Index