summaryrefslogtreecommitdiffstats
path: root/lib/libc/string/swab.3
diff options
context:
space:
mode:
authorrobert <robert@FreeBSD.org>2002-08-30 21:18:39 +0000
committerrobert <robert@FreeBSD.org>2002-08-30 21:18:39 +0000
commit5652ad2ba1302b3a7c30f5a749f5380cafa7fc0d (patch)
tree46f293f28f7611085ac7d4bd6d34b298896b7a34 /lib/libc/string/swab.3
parentee013897958b034fe60705637be04e86b6bbf864 (diff)
downloadFreeBSD-src-5652ad2ba1302b3a7c30f5a749f5380cafa7fc0d.zip
FreeBSD-src-5652ad2ba1302b3a7c30f5a749f5380cafa7fc0d.tar.gz
Add the 'restrict' type qualifier to the function prototype
of the swab(3) function in its manual page to match the standardization by POSIX.1-2001.
Diffstat (limited to 'lib/libc/string/swab.3')
-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 14b5148..4d27e17 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
OpenPOWER on IntegriCloud