diff options
author | 2017-11-17 18:58:41 +0000 | |
---|---|---|
committer | 2017-11-17 18:58:41 +0000 | |
commit | 6e6bfc825ee49756c5b924a72e457c4598312052 (patch) | |
tree | 98eb8fad281e3e55e97df0d7c8d0a2b3165bfe4f | |
parent | Rename etherip sysctl handler, there's no conflict with ip_ether.c any more (diff) | |
download | wireguard-openbsd-6e6bfc825ee49756c5b924a72e457c4598312052.tar.xz wireguard-openbsd-6e6bfc825ee49756c5b924a72e457c4598312052.zip |
add some missing markup; from artturi alm
-rw-r--r-- | share/man/man4/man4.macppc/openprom.4 | 6 | ||||
-rw-r--r-- | share/man/man4/man4.sparc64/openprom.4 | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/share/man/man4/man4.macppc/openprom.4 b/share/man/man4/man4.macppc/openprom.4 index 1f5145c578f..f3322cd33f2 100644 --- a/share/man/man4/man4.macppc/openprom.4 +++ b/share/man/man4/man4.macppc/openprom.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: openprom.4,v 1.5 2015/09/10 17:55:21 schwarze Exp $ +.\" $OpenBSD: openprom.4,v 1.6 2017/11/17 18:58:41 jmc Exp $ .\" Copyright (c) 1992, 1993 .\" The Regents of the University of California. All rights reserved. .\" @@ -32,7 +32,7 @@ .\" .\" from: @(#)openprom.4 8.1 (Berkeley) 6/5/93 .\" -.Dd $Mdocdate: September 10 2015 $ +.Dd $Mdocdate: November 17 2017 $ .Dt OPENPROM 4 macppc .Os .Sh NAME @@ -88,7 +88,7 @@ The following ioctls are supported: .Bl -tag -width OPIOCGETOPTNODE .It Dv OPIOCGETOPTNODE Takes nothing, and fills in the options node number. -.It OPIOCGETNEXT +.It Dv OPIOCGETNEXT Takes a node number and returns the number of the following node. The node following the last node is number 0; the node following number 0 is the first node. diff --git a/share/man/man4/man4.sparc64/openprom.4 b/share/man/man4/man4.sparc64/openprom.4 index 78e6b036735..c9984c30e12 100644 --- a/share/man/man4/man4.sparc64/openprom.4 +++ b/share/man/man4/man4.sparc64/openprom.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: openprom.4,v 1.12 2015/09/10 17:55:21 schwarze Exp $ +.\" $OpenBSD: openprom.4,v 1.13 2017/11/17 18:58:41 jmc Exp $ .\" Copyright (c) 1992, 1993 .\" The Regents of the University of California. All rights reserved. .\" @@ -32,7 +32,7 @@ .\" .\" from: @(#)openprom.4 8.1 (Berkeley) 6/5/93 .\" -.Dd $Mdocdate: September 10 2015 $ +.Dd $Mdocdate: November 17 2017 $ .Dt OPENPROM 4 sparc64 .Os .Sh NAME @@ -88,7 +88,7 @@ The following ioctls are supported: .Bl -tag -width OPIOCGETOPTNODE .It Dv OPIOCGETOPTNODE Takes nothing, and fills in the options node number. -.It OPIOCGETNEXT +.It Dv OPIOCGETNEXT Takes a node number and returns the number of the following node. The node following the last node is number 0; the node following number 0 is the first node. |