summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/realpath.3
diff options
context:
space:
mode:
authorkevlo <kevlo@FreeBSD.org>2013-03-18 01:22:28 +0000
committerkevlo <kevlo@FreeBSD.org>2013-03-18 01:22:28 +0000
commit296df9cb791e840eba6397812105beac6b27dfa8 (patch)
treea12b4acd8ad7a4dec7d9d3f3698ca9140c217c2f /lib/libc/stdlib/realpath.3
parent5061d6f7127bc3ab3754cbc9a5e1b55e568ff3e0 (diff)
downloadFreeBSD-src-296df9cb791e840eba6397812105beac6b27dfa8.zip
FreeBSD-src-296df9cb791e840eba6397812105beac6b27dfa8.tar.gz
Add restrict keyword to realpath manpage.
Diffstat (limited to 'lib/libc/stdlib/realpath.3')
-rw-r--r--lib/libc/stdlib/realpath.32
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdlib/realpath.3 b/lib/libc/stdlib/realpath.3
index c7384d6..33970fd 100644
--- a/lib/libc/stdlib/realpath.3
+++ b/lib/libc/stdlib/realpath.3
@@ -42,7 +42,7 @@
.Sh SYNOPSIS
.In stdlib.h
.Ft "char *"
-.Fn realpath "const char *pathname" "char *resolved_path"
+.Fn realpath "const char * restrict pathname" "char * restrict resolved_path"
.Sh DESCRIPTION
The
.Fn realpath
OpenPOWER on IntegriCloud