summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorclaudio <claudio@openbsd.org>2014-02-26 20:58:42 +0000
committerclaudio <claudio@openbsd.org>2014-02-26 20:58:42 +0000
commit9ac601bf567d206540a7bf8a8621a4e3efddac4c (patch)
treef428747096ad6739389e22dc5bfbeddd295103c2 /lib/libc
parentOnce more, the default routing table id is inherited from the process (diff)
downloadwireguard-openbsd-9ac601bf567d206540a7bf8a8621a4e3efddac4c.tar.xz
wireguard-openbsd-9ac601bf567d206540a7bf8a8621a4e3efddac4c.zip
No need to Xr the same man page twice.
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/sys/getrtable.25
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libc/sys/getrtable.2 b/lib/libc/sys/getrtable.2
index a5bde85f095..33b33f83c54 100644
--- a/lib/libc/sys/getrtable.2
+++ b/lib/libc/sys/getrtable.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: getrtable.2,v 1.2 2011/10/16 08:50:34 guenther Exp $
+.\" $OpenBSD: getrtable.2,v 1.3 2014/02/26 20:58:42 claudio Exp $
.\"
.\" Copyright (c) 2009 Reyk Floeter <reyk@openbsd.org>
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: October 16 2011 $
+.Dd $Mdocdate: February 26 2014 $
.Dt GETRTABLE 2
.Os
.Sh NAME
@@ -56,7 +56,6 @@ calling process is already set to a non-zero value.
.El
.Sh SEE ALSO
.Xr getsockopt 2 ,
-.Xr setsockopt 2 ,
.Xr route 8
.Sh HISTORY
The