summaryrefslogtreecommitdiff
path: root/lib/libc/stdio
diff options
context:
space:
mode:
authorYaroslav Tykhiy <ytykhiy@gmail.com>2001-08-09 13:32:13 +0000
committerYaroslav Tykhiy <ytykhiy@gmail.com>2001-08-09 13:32:13 +0000
commitb1250632c5fc76d3b403ef995ee04bf5db2b8493 (patch)
tree251e4417acf32d993acd2d301d7ead7122c562cf /lib/libc/stdio
parent91ce3c5b858af828f30bf79525f7e4560f33d2f9 (diff)
Notes
Diffstat (limited to 'lib/libc/stdio')
-rw-r--r--lib/libc/stdio/remove.37
1 files changed, 1 insertions, 6 deletions
diff --git a/lib/libc/stdio/remove.3 b/lib/libc/stdio/remove.3
index a79219f8e5c8..c463a5558af3 100644
--- a/lib/libc/stdio/remove.3
+++ b/lib/libc/stdio/remove.3
@@ -63,12 +63,7 @@ is the equivalent of
Otherwise, it is the equivalent of
.Fn unlink "path" .
.Sh RETURN VALUES
-Upon successful completion,
-.Fn remove
-returns 0.
-Otherwise, \-1 is returned and the global variable
-.Va errno
-is set to indicate the error.
+.Rv -std remove
.Sh ERRORS
The
.Fn remove