summaryrefslogtreecommitdiff
path: root/lib/libc/net/if_indextoname.3
diff options
context:
space:
mode:
authorTodd T. Fries <todd@cvs.openbsd.org>2000-03-01 17:31:24 +0000
committerTodd T. Fries <todd@cvs.openbsd.org>2000-03-01 17:31:24 +0000
commit4e76004307ca00fd57ff8c96f531f23cda7cab45 (patch)
tree72e2fda6ddc2faac08f5b09f8414cf4926accc21 /lib/libc/net/if_indextoname.3
parent533deb1bb7b6c550a84597a4027dfc51daa18ef7 (diff)
$OpenBSD$
Diffstat (limited to 'lib/libc/net/if_indextoname.3')
-rw-r--r--lib/libc/net/if_indextoname.32
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/net/if_indextoname.3 b/lib/libc/net/if_indextoname.3
index 604ac7412f7..fff03e875b9 100644
--- a/lib/libc/net/if_indextoname.3
+++ b/lib/libc/net/if_indextoname.3
@@ -1,3 +1,4 @@
+.\" $OpenBSD: if_indextoname.3,v 1.4 2000/03/01 17:31:23 todd Exp $
.\" Copyright (c) 1983, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
.\"
@@ -30,7 +31,6 @@
.\" SUCH DAMAGE.
.\"
.\" From: @(#)rcmd.3 8.1 (Berkeley) 6/4/93
-.\" $Id: if_indextoname.3,v 1.3 1999/07/05 04:40:59 aaron Exp $
.\"
.Dd May 21, 1998
.Dt IF_NAMETOINDEX 3