summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2013-03-18 01:22:28 +0000
committerKevin Lo <kevlo@FreeBSD.org>2013-03-18 01:22:28 +0000
commitda5dfd565ffbe252e68888d493f86df5bf7318f1 (patch)
treea12b4acd8ad7a4dec7d9d3f3698ca9140c217c2f
parenteefc93a947e37a04981b88f25295df94cbe23a1f (diff)
Notes
-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 c7384d607034..33970fd946a5 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