diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2017-10-24 09:36:14 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2017-10-24 09:36:14 +0000 |
commit | 8051b6fbb7b6f9b7a3927a285a2d49f4ee6a064a (patch) | |
tree | af1acd37669ec7245db2ba47e4a2b9665f13647b /share/man | |
parent | b9e50a925c5ef471f7ec5d53d9c33eab8b44fed3 (diff) |
remove defines for ioctls the kernel doesn't recognise
ok mpi@
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/bridge.4 | 5 | ||||
-rw-r--r-- | share/man/man4/switch.4 | 17 |
2 files changed, 4 insertions, 18 deletions
diff --git a/share/man/man4/bridge.4 b/share/man/man4/bridge.4 index 3fdfaddea7c..cb67c4e4a6b 100644 --- a/share/man/man4/bridge.4 +++ b/share/man/man4/bridge.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bridge.4,v 1.75 2016/09/04 18:55:08 jmc Exp $ +.\" $OpenBSD: bridge.4,v 1.76 2017/10/24 09:36:13 jsg Exp $ .\" .\" Copyright (c) 1999-2001 Jason L. Wright (jason@thought.net) .\" All rights reserved. @@ -24,7 +24,7 @@ .\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: September 4 2016 $ +.Dd $Mdocdate: October 24 2017 $ .Dt BRIDGE 4 .Os .Sh NAME @@ -510,7 +510,6 @@ struct ifbrlconf { #define ifbrl_req ifbrl_ifbrlu.ifbrlu_req }; .Ed -.\" .It Dv SIOCBRDGGSIFS Fa "struct ifbreq *" .It Dv SIOCBRDGGPRI Fa "struct ifbrparam *" Retrieve the Spanning Tree Protocol (STP) priority parameter of the bridge into the diff --git a/share/man/man4/switch.4 b/share/man/man4/switch.4 index 1e1c8e28335..161e7589e6e 100644 --- a/share/man/man4/switch.4 +++ b/share/man/man4/switch.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: switch.4,v 1.7 2016/11/28 11:46:26 jmc Exp $ +.\" $OpenBSD: switch.4,v 1.8 2017/10/24 09:36:13 jsg Exp $ .\" .\" Copyright (c) 2016 YASUOKA Masahiko <yasuoka@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: November 28 2016 $ +.Dd $Mdocdate: October 24 2017 $ .Dt SWITCH 4 .Os .Sh NAME @@ -130,12 +130,6 @@ of the switch named in into the .Va ifbrp_maxflow field. -.It Dv SIOCSWSMAXFLOW Fa "struct ifbrparam" -Set the maximum number of flows in the OpenFlow protocol of the switch named in -.Va ifbrp_name -to the value in the -.Va ifbrpu_maxflow -field. .It Dv SIOCSWGMAXGROUP Fa "struct ifbrparam" Retrieve the maximum number of groups in the OpenFlow protocol of the switch named @@ -144,13 +138,6 @@ in into the .Va ifbrpu_maxgroup field. -.It Dv SIOCSWSMAXGROUP Fa "struct ifbrparam" -Set the maximum number of groups in the OpenFlow protocol -of the switch named in -.Va ifbrp_name -to the value in the -.Va ifbrpu_maxgroup -field. .It Dv SIOCSWSPORTNO Fa "struct ifbreq" Set the port_no in the OpenFlow protocol of the port named in .Va ifbr_ifsname |