diff options
Diffstat (limited to 'lib/libc/sys/getfh.2')
-rw-r--r-- | lib/libc/sys/getfh.2 | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/libc/sys/getfh.2 b/lib/libc/sys/getfh.2 index d0ec2ed..422c1f6 100644 --- a/lib/libc/sys/getfh.2 +++ b/lib/libc/sys/getfh.2 @@ -52,10 +52,7 @@ in the file handle pointed to by .Fa fhp . This system call is restricted to the superuser. .Sh RETURN VALUES -Upon successful completion, a value of 0 is returned. -Otherwise, -1 is returned and the global variable -.Va errno -is set to indicate the error. +.Rv -std getfh .Sh ERRORS .Fn Getfh fails if one or more of the following are true: |