diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2018-05-05 16:53:00 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2018-05-05 16:53:00 +0000 |
commit | 999903164702fcc1c1676467abc6a3a55e1f484f (patch) | |
tree | b228387a9a6da1be5a354f4bd2256c3fdf799f3d /sbin/ifconfig/ifconfig.8 | |
parent | b9f9dff3ea39a144781933d104d0bd09a69ea59f (diff) |
document unit value for pltime and vltime;
from paul de weerd
ok kn
Diffstat (limited to 'sbin/ifconfig/ifconfig.8')
-rw-r--r-- | sbin/ifconfig/ifconfig.8 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8 index 6d6be8ff049..95622f0be9a 100644 --- a/sbin/ifconfig/ifconfig.8 +++ b/sbin/ifconfig/ifconfig.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ifconfig.8,v 1.307 2018/04/26 12:23:56 schwarze Exp $ +.\" $OpenBSD: ifconfig.8,v 1.308 2018/05/05 16:52:59 jmc Exp $ .\" $NetBSD: ifconfig.8,v 1.11 1996/01/04 21:27:29 pk Exp $ .\" $FreeBSD: ifconfig.8,v 1.16 1998/02/01 07:03:29 steve Exp $ .\" @@ -31,7 +31,7 @@ .\" .\" @(#)ifconfig.8 8.4 (Berkeley) 6/1/94 .\" -.Dd $Mdocdate: April 26 2018 $ +.Dd $Mdocdate: May 5 2018 $ .Dt IFCONFIG 8 .Os .Sh NAME @@ -1195,7 +1195,7 @@ Fill the interface index .Pq the lowermost 64th bit of an IPv6 address automatically. .It Cm pltime Ar n -Set preferred lifetime for the address. +Set preferred lifetime for the address, in seconds. .It Cm soii Enable persistent Semantically Opaque Interface Identifiers (SOIIs), as per RFC 7217, for link local and SLAAC addresses on the interface. @@ -1217,7 +1217,7 @@ Set the IPv6 tentative address bit. .It Cm -tentative Clear the IPv6 tentative address bit. .It Cm vltime Ar n -Set valid lifetime for the address. +Set valid lifetime for the address, in seconds. .El .Sh INTERFACE GROUPS .Nm ifconfig |