From 5652ad2ba1302b3a7c30f5a749f5380cafa7fc0d Mon Sep 17 00:00:00 2001 From: robert Date: Fri, 30 Aug 2002 21:18:39 +0000 Subject: 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. --- lib/libc/string/swab.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libc/string') 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 -- cgit v1.1