From da5dfd565ffbe252e68888d493f86df5bf7318f1 Mon Sep 17 00:00:00 2001 From: Kevin Lo Date: Mon, 18 Mar 2013 01:22:28 +0000 Subject: [PATCH] Add restrict keyword to realpath manpage. --- lib/libc/stdlib/realpath.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libc/stdlib/realpath.3 b/lib/libc/stdlib/realpath.3 index c7384d60703..33970fd946a 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