diff options
Diffstat (limited to 'lib/libc/sys/mount.2')
-rw-r--r-- | lib/libc/sys/mount.2 | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/lib/libc/sys/mount.2 b/lib/libc/sys/mount.2 index ef3d22d..d8f8dec 100644 --- a/lib/libc/sys/mount.2 +++ b/lib/libc/sys/mount.2 @@ -169,19 +169,7 @@ and .Xr chmod 2 pages for more information. .Sh RETURN VALUES -The -.Fn mount -returns the value 0 if the mount was successful, otherwise -1 is returned -and the variable -.Va errno -is set to indicate the error. -.Pp -The -.Fn unmount -function returns the value 0 if the umount succeeded; otherwise -1 is returned -and the variable -.Va errno -is set to indicate the error. +.Rv -std .Sh ERRORS The .Fn mount |