mirror of
https://github.com/opnsense/src.git
synced 2026-06-29 10:59:44 -04:00
Add restrict keyword to realpath manpage.
This commit is contained in:
parent
eefc93a947
commit
da5dfd565f
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue