summaryrefslogtreecommitdiff
path: root/lib/libc/string
diff options
context:
space:
mode:
authorRobert Drehmel <robert@FreeBSD.org>2002-08-30 21:18:39 +0000
committerRobert Drehmel <robert@FreeBSD.org>2002-08-30 21:18:39 +0000
commit2f4772b37f725181c50fa88980504dc5e4564061 (patch)
tree46f293f28f7611085ac7d4bd6d34b298896b7a34 /lib/libc/string
parent9abf5797a0987be44fffbdf7fe99714c956b8350 (diff)
Notes
Diffstat (limited to 'lib/libc/string')
-rw-r--r--lib/libc/string/swab.32
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/string/swab.3 b/lib/libc/string/swab.3
index 14b5148c9772..4d27e17d5b3f 100644
--- a/lib/libc/string/swab.3
+++ b/lib/libc/string/swab.3
@@ -43,7 +43,7 @@
.Sh SYNOPSIS
.In string.h
.Ft void
-.Fn swab "const void *src" "void *dst" "size_t len"
+.Fn swab "const void * restrict src" "void * restrict dst" "size_t len"
.Sh DESCRIPTION
The function
.Fn swab