Add restrict keyword to realpath manpage.
This commit is contained in:
parent
eefc93a947
commit
da5dfd565f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user