summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorguenther <guenther@openbsd.org>2014-09-09 07:36:42 +0000
committerguenther <guenther@openbsd.org>2014-09-09 07:36:42 +0000
commit6a976b0c5dec7b8a012b32937be93172c1708263 (patch)
tree9dc758568588b45c3139e28734b1b92ac67fdf8b /lib/libc
parentVarious updates and corrections to SYNOPSIS, ERRORS, and STANDARDS (diff)
downloadwireguard-openbsd-6a976b0c5dec7b8a012b32937be93172c1708263.tar.xz
wireguard-openbsd-6a976b0c5dec7b8a012b32937be93172c1708263.zip
Don't need to mention names on .Rv line here
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/sys/rmdir.24
-rw-r--r--lib/libc/sys/unlink.24
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/sys/rmdir.2 b/lib/libc/sys/rmdir.2
index ff134af5ad1..cbfbfc51f41 100644
--- a/lib/libc/sys/rmdir.2
+++ b/lib/libc/sys/rmdir.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: rmdir.2,v 1.11 2014/09/09 07:23:19 guenther Exp $
+.\" $OpenBSD: rmdir.2,v 1.12 2014/09/09 07:36:42 guenther Exp $
.\" $NetBSD: rmdir.2,v 1.7 1995/02/27 12:36:30 cgd Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
@@ -61,7 +61,7 @@ function with the
.Dv AT_REMOVEDIR
flag.
.Sh RETURN VALUES
-.Rv -std rmdir
+.Rv -std
.Sh ERRORS
The named file is removed unless:
.Bl -tag -width Er
diff --git a/lib/libc/sys/unlink.2 b/lib/libc/sys/unlink.2
index 3e3bc8f10d8..ec02a7b6241 100644
--- a/lib/libc/sys/unlink.2
+++ b/lib/libc/sys/unlink.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: unlink.2,v 1.24 2014/09/09 07:23:19 guenther Exp $
+.\" $OpenBSD: unlink.2,v 1.25 2014/09/09 07:36:42 guenther Exp $
.\" $NetBSD: unlink.2,v 1.7 1995/02/27 12:39:13 cgd Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
@@ -105,7 +105,7 @@ Remove the directory entry specified by
as a directory, not a normal file.
.El
.Sh RETURN VALUES
-.Rv -std unlink unlinkat
+.Rv -std
.Sh ERRORS
The
.Fn unlink