diff options
author | 2001-08-20 05:57:55 +0000 | |
---|---|---|
committer | 2001-08-20 05:57:55 +0000 | |
commit | 93143d54dcb6e4633cece9a46d78cf8ec98b2186 (patch) | |
tree | f8ab36cf15d9737b9051dbf586123b82edc8c67a | |
parent | Allow driver to recognize Cyclades 4Y and 8Y cards. (diff) | |
download | wireguard-openbsd-93143d54dcb6e4633cece9a46d78cf8ec98b2186.tar.xz wireguard-openbsd-93143d54dcb6e4633cece9a46d78cf8ec98b2186.zip |
Powered by @mantoya.
o) fix bogus .Xr usage;
millert@ ok.
-rw-r--r-- | lib/libc/sys/mmap.2 | 4 | ||||
-rw-r--r-- | libexec/ld.so/ldconfig/ldconfig.8 | 4 | ||||
-rw-r--r-- | sbin/brconfig/brconfig.8 | 4 | ||||
-rw-r--r-- | sbin/scsi/scsi.8 | 4 | ||||
-rw-r--r-- | share/man/man4/ipcomp.4 | 4 | ||||
-rw-r--r-- | share/man/man4/man4.hp300/hil.4 | 4 | ||||
-rw-r--r-- | share/man/man4/man4.i386/apm.4 | 6 | ||||
-rw-r--r-- | share/man/man4/man4.vax/dmc.4 | 4 | ||||
-rw-r--r-- | share/man/man4/termios.4 | 6 | ||||
-rw-r--r-- | share/man/man4/tty.4 | 4 | ||||
-rw-r--r-- | share/man/man4/usb.4 | 6 | ||||
-rw-r--r-- | share/man/man4/vlan.4 | 8 | ||||
-rw-r--r-- | share/man/man4/we.4 | 4 | ||||
-rw-r--r-- | share/man/man4/wscons.4 | 4 | ||||
-rw-r--r-- | share/man/man4/xmphy.4 | 4 | ||||
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 4 | ||||
-rw-r--r-- | share/man/man5/login.conf.5 | 8 | ||||
-rw-r--r-- | share/man/man5/passwd.5 | 4 | ||||
-rw-r--r-- | share/man/man5/resolv.conf.5 | 4 | ||||
-rw-r--r-- | share/man/man7/hier.7 | 4 | ||||
-rw-r--r-- | usr.bin/chpass/chpass.1 | 4 | ||||
-rw-r--r-- | usr.bin/login/login.1 | 4 | ||||
-rw-r--r-- | usr.bin/make/make.1 | 4 | ||||
-rw-r--r-- | usr.sbin/pppoe/pppoe.8 | 4 |
24 files changed, 55 insertions, 55 deletions
diff --git a/lib/libc/sys/mmap.2 b/lib/libc/sys/mmap.2 index 8c057b230eb..cefb9566384 100644 --- a/lib/libc/sys/mmap.2 +++ b/lib/libc/sys/mmap.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mmap.2,v 1.23 2001/08/03 19:44:21 espie Exp $ +.\" $OpenBSD: mmap.2,v 1.24 2001/08/20 05:57:55 mpech Exp $ .\" $NetBSD: mmap.2,v 1.5 1995/06/24 10:48:59 cgd Exp $ .\" .\" Copyright (c) 1991, 1993 @@ -219,7 +219,7 @@ was specified and insufficient memory was available. .El .Sh BUGS Due to a limitation of the current vm system (see -.Xr uvm 9 ), +.Xr uvm 9 ) , mapping descriptors .Dv PROT_WRITE without also specifying diff --git a/libexec/ld.so/ldconfig/ldconfig.8 b/libexec/ld.so/ldconfig/ldconfig.8 index d107cb107e8..f11f2b6f24c 100644 --- a/libexec/ld.so/ldconfig/ldconfig.8 +++ b/libexec/ld.so/ldconfig/ldconfig.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ldconfig.8,v 1.7 2001/08/17 09:26:30 mpech Exp $ +.\" $OpenBSD: ldconfig.8,v 1.8 2001/08/20 05:57:55 mpech Exp $ .\" .\" Copyright (c) 1993,1995 Paul Kranenburg .\" All rights reserved. @@ -74,7 +74,7 @@ when it needs to load a shared library. It can be viewed as the run-time equivalent of the .Fl L switch of -.Xr ld. +.Xr ld . .Pp .Nm is typically run as part of the boot sequence. diff --git a/sbin/brconfig/brconfig.8 b/sbin/brconfig/brconfig.8 index 4f7eb6868ce..0813054e518 100644 --- a/sbin/brconfig/brconfig.8 +++ b/sbin/brconfig/brconfig.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: brconfig.8,v 1.26 2001/08/02 18:37:34 mpech Exp $ +.\" $OpenBSD: brconfig.8,v 1.27 2001/08/20 05:57:55 mpech Exp $ .\" .\" Copyright (c) 1999, 2000 Jason L. Wright (jason@thought.net) .\" All rights reserved. @@ -55,7 +55,7 @@ utility retrieves kernel state of bridge interfaces and allows user control of these bridges. Bridge devices create a logical link between two or more Ethernet interfaces or encapsulation interfaces (see -.Xr gif 4 ), +.Xr gif 4 ) , which will selectively forward frames from each interface on the bridge to every other interface on the bridge. This can be used to isolate traffic between sets of machines on the same diff --git a/sbin/scsi/scsi.8 b/sbin/scsi/scsi.8 index 69d71229854..d4debd6294b 100644 --- a/sbin/scsi/scsi.8 +++ b/sbin/scsi/scsi.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: scsi.8,v 1.18 2001/08/17 11:13:58 mpech Exp $ +.\" $OpenBSD: scsi.8,v 1.19 2001/08/20 05:57:55 mpech Exp $ .\" $FreeBSD: scsi.8,v 1.5 1995/05/05 20:41:58 dufault Exp $ .\" .\" Written By Julian ELischer @@ -202,7 +202,7 @@ The default is two seconds. .Pp .It Fl c Ar cmd_fmt Specifies the command as described in -.Xr scsi 3 "." +.Xr scsi 3 . The additional arguments provide values for any variables specified in the command format. .Pp diff --git a/share/man/man4/ipcomp.4 b/share/man/man4/ipcomp.4 index cc649eee180..6713d3e1686 100644 --- a/share/man/man4/ipcomp.4 +++ b/share/man/man4/ipcomp.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ipcomp.4,v 1.6 2001/08/03 15:21:16 mpech Exp $ +.\" $OpenBSD: ipcomp.4,v 1.7 2001/08/20 05:57:55 mpech Exp $ .\" .\" Copyright (c) 2001 Jean-Jacques Bernard-Gundol <jj@wabbitt.org> .\" All rights reserved. @@ -65,7 +65,7 @@ operations are applied (except encryption protocols applied at a higher layer such as .Xr ssh 1 or -.Xr ssl 8 ). +.Xr ssl 8 ) . .Pp Just like for the other IPsec protocols, IPComp needs some parameters for each connection, specifying how the compression should be done diff --git a/share/man/man4/man4.hp300/hil.4 b/share/man/man4/man4.hp300/hil.4 index 997f07a46f3..44609b4bf93 100644 --- a/share/man/man4/man4.hp300/hil.4 +++ b/share/man/man4/man4.hp300/hil.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hil.4,v 1.4 2001/05/11 01:24:20 millert Exp $ +.\" $OpenBSD: hil.4,v 1.5 2001/08/20 05:57:55 mpech Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -119,7 +119,7 @@ will ignore future packets from the device. Devices are .Em mapped to queues via an -.Xr ioctl 2. +.Xr ioctl 2 . More than one device can be mapped to a single queue and one device can be mapped to several queues. Queues are implicitly unmapped by a diff --git a/share/man/man4/man4.i386/apm.4 b/share/man/man4/man4.i386/apm.4 index 73f4db8191f..85db2934ade 100644 --- a/share/man/man4/man4.i386/apm.4 +++ b/share/man/man4/man4.i386/apm.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: apm.4,v 1.16 2001/08/03 14:30:26 mpech Exp $ +.\" $OpenBSD: apm.4,v 1.17 2001/08/20 05:57:55 mpech Exp $ .\" .\" Copyright (c) 1998 Marco S. Hyman .\" @@ -244,9 +244,9 @@ laptops. If your system does not power down when given the command try setting .Dv machdep.apmhalt to 1 using -.Xr sysctl(8) . +.Xr sysctl 8 . The variable can be set at boot time in -.Xr sysctl.conf(5) . +.Xr sysctl.conf 5 . .Sh FILES .Bl -tag -width /dev/apmctl -compat .It Pa /dev/apm diff --git a/share/man/man4/man4.vax/dmc.4 b/share/man/man4/man4.vax/dmc.4 index 01aabe51086..d1277d861d7 100644 --- a/share/man/man4/man4.vax/dmc.4 +++ b/share/man/man4/man4.vax/dmc.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: dmc.4,v 1.5 2001/06/23 07:04:23 pjanzen Exp $ +.\" $OpenBSD: dmc.4,v 1.6 2001/08/20 05:57:55 mpech Exp $ .\" $NetBSD: dmc.4,v 1.3 1996/03/03 17:13:22 thorpej Exp $ .\" .\" Copyright (c) 1983, 1991 Regents of the University of California. @@ -109,7 +109,7 @@ The driver places a entry in the kernel routing tables for the address given in the .Dv SIOCSIFDSTADDR -.Xr ioctl. +.Xr ioctl . To use the .Tn DMC as a diff --git a/share/man/man4/termios.4 b/share/man/man4/termios.4 index a1ea158027a..be8a21064c6 100644 --- a/share/man/man4/termios.4 +++ b/share/man/man4/termios.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: termios.4,v 1.14 2001/06/22 12:15:47 mpech Exp $ +.\" $OpenBSD: termios.4,v 1.15 2001/08/20 05:57:55 mpech Exp $ .\" $NetBSD: termios.4,v 1.5 1994/11/30 16:22:36 jtc Exp $ .\" .\" Copyright (c) 1991, 1992, 1993 @@ -257,9 +257,9 @@ canonical or noncanonical mode. Another dependency is whether the .Dv O_NONBLOCK flag is set by -.Xr open() +.Fn open or -.Xr fcntl() . +.Fn fcntl . If the .Dv O_NONBLOCK flag is clear, then the read request is diff --git a/share/man/man4/tty.4 b/share/man/man4/tty.4 index e9bc3994730..e13dce1088b 100644 --- a/share/man/man4/tty.4 +++ b/share/man/man4/tty.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tty.4,v 1.16 2001/06/23 08:01:54 pjanzen Exp $ +.\" $OpenBSD: tty.4,v 1.17 2001/08/20 05:57:55 mpech Exp $ .\" $NetBSD: tty.4,v 1.4 1996/03/19 04:26:01 paulus Exp $ .\" .\" Copyright (c) 1991, 1992, 1993 @@ -131,7 +131,7 @@ essentially glues the low level device driver code with the high level generic interface routines (such as .Xr read 2 and -.Xr write 2 ), +.Xr write 2 ) , and is responsible for implementing the semantics associated with the device. When a terminal file is first opened by a program, the default diff --git a/share/man/man4/usb.4 b/share/man/man4/usb.4 index 2205885956d..5edc5460fb6 100644 --- a/share/man/man4/usb.4 +++ b/share/man/man4/usb.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: usb.4,v 1.11 2001/08/08 22:12:30 jsyn Exp $ +.\" $OpenBSD: usb.4,v 1.12 2001/08/20 05:57:55 mpech Exp $ .\" $NetBSD: usb.4,v 1.15 1999/07/29 14:20:32 augustss Exp $ .\" .\" Copyright (c) 1999 The NetBSD Foundation, Inc. @@ -64,10 +64,10 @@ The driver has three layers (like .Xr scsi 4 and -.Xr pcmcia 4 ): +.Xr pcmcia 4 ) : the controller, the bus, and the device layer. The controller attaches to a physical bus (like -.Xr pci 4 ). +.Xr pci 4 ) . The .Tn USB bus attaches to the controller and the root hub attaches diff --git a/share/man/man4/vlan.4 b/share/man/man4/vlan.4 index 26b0a088c3a..02bd44c9c9e 100644 --- a/share/man/man4/vlan.4 +++ b/share/man/man4/vlan.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vlan.4,v 1.12 2001/08/03 23:21:20 chris Exp $ +.\" $OpenBSD: vlan.4,v 1.13 2001/08/20 05:57:55 mpech Exp $ .\" .Dd January 9, 2000 .Dt VLAN 4 @@ -84,18 +84,18 @@ If the IFCAP_VLAN_MTU capability is set on a vlan parent, assumes that Ethernet chip on the parent can handle oversized frames. Either the chip allows 1518 byte frames by default (such as -.Xr rl 4 ), +.Xr rl 4 ) , the driver has instructed the chip to do so (such as .Xr fxp 4 and -.Xr dc 4 ), +.Xr dc 4 ) , or the driver also takes advantage of a hardware tagging capability, and thus oversized frames are never actually sent or received by .Ox (such as .Xr txp 4 and -.Xr ti 4 .) +.Xr ti 4 ) . .Sh SEE ALSO .Xr bridge 4 , .Xr inet 4 , diff --git a/share/man/man4/we.4 b/share/man/man4/we.4 index d9ebc614bfd..12a4e628212 100644 --- a/share/man/man4/we.4 +++ b/share/man/man4/we.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: we.4,v 1.5 2001/03/01 16:11:20 aaron Exp $ +.\" $OpenBSD: we.4,v 1.6 2001/08/20 05:57:55 mpech Exp $ .\" $NetBSD: we.4,v 1.4 1998/08/09 00:39:02 thorpej Exp $ .\" .\" Copyright (c) 1997 The NetBSD Foundation, Inc. @@ -70,7 +70,7 @@ connectors. These cards also know what interrupt they are configured for, and will correct such problems (for further interrupt issues, see .Xr isa 4 and -.Xr pci 4 ). +.Xr pci 4 ) . .Pp The SMC EtherEZ does not yet work correctly in .Xr isapnp 4 diff --git a/share/man/man4/wscons.4 b/share/man/man4/wscons.4 index bcafee99dd1..33a503552c3 100644 --- a/share/man/man4/wscons.4 +++ b/share/man/man4/wscons.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: wscons.4,v 1.7 2001/08/03 15:21:16 mpech Exp $ +.\" $OpenBSD: wscons.4,v 1.8 2001/08/20 05:57:55 mpech Exp $ .\" $NetBSD: wscons.4,v 1.11 2000/04/13 11:14:42 is Exp $ .\" .\" Copyright (c) 1999 The NetBSD Foundation, Inc. @@ -86,7 +86,7 @@ codes in terms of Instead, a .Dq terminal emulation is assigned to each virtual screen when the screen is created (see -.Xr wsconscfg 8 ). +.Xr wsconscfg 8 ) . Different terminal emulations can be active at the same time on one display. .Pp The following choices are available: diff --git a/share/man/man4/xmphy.4 b/share/man/man4/xmphy.4 index 60cb91c4564..1435becf80d 100644 --- a/share/man/man4/xmphy.4 +++ b/share/man/man4/xmphy.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: xmphy.4,v 1.5 2001/07/31 20:30:54 deraadt Exp $ +.\" $OpenBSD: xmphy.4,v 1.6 2001/08/20 05:57:55 mpech Exp $ .\" .\"Copyright (c) 2000 Jason L. Wright (jason@thought.net) .\" All rights reserved. @@ -42,7 +42,7 @@ The .Nm driver supports XaQti XMAC-II PHY interfaces found on SysKonnect Gigabit Ethernet cards (see -.Xr sk 4 ). +.Xr sk 4 ) . .Sh SEE ALSO .Xr ifmedia 4 , .Xr intro 4 , diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 979e4c24649..fa4b031444e 100644 --- a/share/man/man5/bsd.port.mk.5 +++ b/share/man/man5/bsd.port.mk.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bsd.port.mk.5,v 1.45 2001/08/17 11:13:58 mpech Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.46 2001/08/20 05:57:55 mpech Exp $ .\" .\" Copyright (c) 2000 Marc Espie .\" @@ -1395,7 +1395,7 @@ and should be used in .Pa ${PKGDIR}/PFRAG.shared${SUBPACKAGE} to register directories that hold dynamic libraries (see -.Xr ldconfig 8 ). +.Xr ldconfig 8 ) . .Li "NEWDYNLIBDIR" is meant for directories that will go away when the package is deleted. If possible, it should not be used, because users also have to edit diff --git a/share/man/man5/login.conf.5 b/share/man/man5/login.conf.5 index 00b4a079dc7..8f94b84df0c 100644 --- a/share/man/man5/login.conf.5 +++ b/share/man/man5/login.conf.5 @@ -30,7 +30,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: login.conf.5,v 1.12 2001/08/03 15:21:16 mpech Exp $ +.\" $OpenBSD: login.conf.5,v 1.13 2001/08/20 05:57:55 mpech Exp $ .\" BSDI $From: login.conf.5,v 2.20 2000/06/26 14:50:38 prb Exp $ .\" .Dd June 18, 2001 @@ -313,7 +313,7 @@ The resource limit entries and .Va openfiles ) actually specify both the maximum and current limits (see -.Xr getrlimit 2 ). +.Xr getrlimit 2 ) . The current limit is the one normally used, although the user is permitted to increase the current limit to the maximum limit. The maximum and current limits may be specified individually by appending a @@ -557,12 +557,12 @@ utility is special in that it may select an authentication type based on information found in the .Pa /etc/ttys file for the appropriate tty (see -.Xr ttys 5 ). +.Xr ttys 5 ) . .Pp The class to be used is normally determined by the .Li class field in the password file (see -.Xr passwd 5 ). +.Xr passwd 5 ) . .Pp The class is used to look up a corresponding entry in the .Pa login.conf diff --git a/share/man/man5/passwd.5 b/share/man/man5/passwd.5 index ff221af3e25..cf619abe1fb 100644 --- a/share/man/man5/passwd.5 +++ b/share/man/man5/passwd.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: passwd.5,v 1.19 2001/06/24 07:30:29 pvalchev Exp $ +.\" $OpenBSD: passwd.5,v 1.20 2001/08/20 05:57:55 mpech Exp $ .\" $NetBSD: passwd.5,v 1.4 1995/07/28 06:46:05 phil Exp $ .\" .\" Copyright (c) 1988, 1991, 1993 @@ -63,7 +63,7 @@ User's login user ID. User's login group ID. .It class User's general classification (see -.Xr login.conf 5 ). +.Xr login.conf 5 ) . .It change Password change time. .It expire diff --git a/share/man/man5/resolv.conf.5 b/share/man/man5/resolv.conf.5 index d546cc54c45..f9920c4bbff 100644 --- a/share/man/man5/resolv.conf.5 +++ b/share/man/man5/resolv.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: resolv.conf.5,v 1.15 2001/06/11 10:06:04 itojun Exp $ +.\" $OpenBSD: resolv.conf.5,v 1.16 2001/08/20 05:57:55 mpech Exp $ .\" $NetBSD: resolv.conf.5,v 1.7 1996/03/06 18:22:16 scottr Exp $ .\" .\" Copyright (c) 1986, 1991 The Regents of the University of California. @@ -175,7 +175,7 @@ lines are able to handle EDNS0 extension. .It Sy inet6 enable support for IPv6-only applications, by setting RES_USE_INET6 in _res.options (see -.Xr resolver 3 ). +.Xr resolver 3 ) . The option is meaningful with certain kernel configuration only and use of this options is discourated. .It Sy inet6 diff --git a/share/man/man7/hier.7 b/share/man/man7/hier.7 index 5c9cf08b647..a7164aba469 100644 --- a/share/man/man7/hier.7 +++ b/share/man/man7/hier.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hier.7,v 1.27 2001/08/17 11:13:58 mpech Exp $ +.\" $OpenBSD: hier.7,v 1.28 2001/08/20 05:57:55 mpech Exp $ .\" $NetBSD: hier.7,v 1.7 1994/11/30 19:07:10 jtc Exp $ .\" .\" Copyright (c) 1990, 1993 @@ -93,7 +93,7 @@ Configuration files for the Kerberos version IV system (see .It Li mail/ .Xr sendmail 8 configuration files (including -.Xr aliases 5 ). +.Xr aliases 5 ) . .It Li mtree/ .Xr mtree configuration files (see diff --git a/usr.bin/chpass/chpass.1 b/usr.bin/chpass/chpass.1 index 8dca1cf8c95..d2d2d5100c8 100644 --- a/usr.bin/chpass/chpass.1 +++ b/usr.bin/chpass/chpass.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: chpass.1,v 1.24 2001/08/16 19:22:55 millert Exp $ +.\" $OpenBSD: chpass.1,v 1.25 2001/08/20 05:57:55 mpech Exp $ .\" $NetBSD: chpass.1,v 1.7 1996/05/15 21:50:40 jtc Exp $ .\" .\" Copyright (c) 1988, 1990, 1993 @@ -149,7 +149,7 @@ The .Ar group field is the group that the user will be placed in at login. Since BSD supports multiple groups (see -.Xr groups 1 ), +.Xr groups 1 ) , this field currently has little special meaning. This field may be filled in with either a number or a group name (see .Xr group 5 ) . diff --git a/usr.bin/login/login.1 b/usr.bin/login/login.1 index 10922ed7612..c5a9555caf8 100644 --- a/usr.bin/login/login.1 +++ b/usr.bin/login/login.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: login.1,v 1.15 2001/05/29 21:39:26 millert Exp $ +.\" $OpenBSD: login.1,v 1.16 2001/08/20 05:57:55 mpech Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -58,7 +58,7 @@ of the user fails, prompts for a user name. Authentication of users is normally done via passwords, though external authentication mechanisms may be used (see -.Xr login.conf 5 Ns No ). +.Xr login.conf 5 ) . To specify the alternate authentication mechanism .Va style , the string diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1 index 9155e3c6528..fac15a1d630 100644 --- a/usr.bin/make/make.1 +++ b/usr.bin/make/make.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: make.1,v 1.41 2001/05/05 12:57:48 espie Exp $ +.\" $OpenBSD: make.1,v 1.42 2001/08/20 05:57:55 mpech Exp $ .\" $OpenPackages$ .\" $NetBSD: make.1,v 1.18 1997/03/10 21:19:53 christos Exp $ .\" @@ -71,7 +71,7 @@ are tried in order. If the file .Ql Pa .depend exists, it is read in addition to the makefile (see -.Xr mkdep 1) . +.Xr mkdep 1 ) . .Pp This manual page is intended as a reference document only. For a more thorough introduction to diff --git a/usr.sbin/pppoe/pppoe.8 b/usr.sbin/pppoe/pppoe.8 index 5c725d8ebd8..a0b7b089429 100644 --- a/usr.sbin/pppoe/pppoe.8 +++ b/usr.sbin/pppoe/pppoe.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pppoe.8,v 1.7 2001/08/02 18:37:35 mpech Exp $ +.\" $OpenBSD: pppoe.8,v 1.8 2001/08/20 05:57:55 mpech Exp $ .\" .\" Copyright (c) 2000 Network Security Technologies, Inc. .\" (http://www.netsec.net) @@ -57,7 +57,7 @@ Specify the interface that .Nm is to use, which should be a real Ethernet interface (not a virtual device like -.Xr tun 4 ). +.Xr tun 4 ) . If this option is not specified, .Nm will use the first Ethernet interface that is up and running. |