Mon Jun 21 06:36:28 2021 UTC ()
lagg: fix typo


(yamaguchi)
diff -r1.1 -r1.2 src/share/man/man4/lagg.4

cvs diff -r1.1 -r1.2 src/share/man/man4/lagg.4 (expand / switch to unified diff)

--- src/share/man/man4/lagg.4 2021/05/17 04:07:42 1.1
+++ src/share/man/man4/lagg.4 2021/06/21 06:36:28 1.2
@@ -1,15 +1,15 @@ @@ -1,15 +1,15 @@
1 1
2.\" $NetBSD: lagg.4,v 1.1 2021/05/17 04:07:42 yamaguchi Exp $ 2.\" $NetBSD: lagg.4,v 1.2 2021/06/21 06:36:28 yamaguchi Exp $
3.\" 3.\"
4.\" Copyright (c) 2005, 2006 Reyk Floeter <reyk@openbsd.org> 4.\" Copyright (c) 2005, 2006 Reyk Floeter <reyk@openbsd.org>
5.\" 5.\"
6.\" Permission to use, copy, modify, and distribute this software for any 6.\" Permission to use, copy, modify, and distribute this software for any
7.\" purpose with or without fee is hereby granted, provided that the above 7.\" purpose with or without fee is hereby granted, provided that the above
8.\" copyright notice and this permission notice appear in all copies. 8.\" copyright notice and this permission notice appear in all copies.
9.\" 9.\"
10.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 10.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
11.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 11.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
12.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 12.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
13.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 13.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
14.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 14.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
15.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 15.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
@@ -126,27 +126,27 @@ The LAG is composed of ports of the diff @@ -126,27 +126,27 @@ The LAG is composed of ports of the diff
126if 126if
127.Ic lagglacp Nm multi-speed 127.Ic lagglacp Nm multi-speed
128option is configured. 128option is configured.
129The function can be disabled by 129The function can be disabled by
130.Ic lagglacp Nm \-multi-speed 130.Ic lagglacp Nm \-multi-speed
131option. 131option.
132Outgoing traffic across the distributing ports based on hashed 132Outgoing traffic across the distributing ports based on hashed
133protocol header information and accepts incoming traffic from 133protocol header information and accepts incoming traffic from
134any collecting port. 134any collecting port.
135The maximum number of active ports in a LAG can be configured by 135The maximum number of active ports in a LAG can be configured by
136.Ic lagglacp Nm maxports Ar N 136.Ic lagglacp Nm maxports Ar N
137option. 137option.
138.It Ic none 138.It Ic none
139THis protocol is intended to do nothing: it disables any traffic without 139This protocol is intended to do nothing: it disables any traffic without
140disabling the 140disabling the
141.Nm 141.Nm
142interface itself. 142interface itself.
143.El 143.El
144.Pp 144.Pp
145Each 145Each
146.Nm 146.Nm
147interface is created at runtime using interface cloing. 147interface is created at runtime using interface cloing.
148This is 148This is
149most easily done with the 149most easily done with the
150.Xr ifconfig 8 150.Xr ifconfig 8
151.Cm create 151.Cm create
152command. 152command.