diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2019-08-30 19:34:05 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2019-08-30 19:34:05 +0000 |
commit | 532b829046c654dd79dc00bf494c0e7bcffc4840 (patch) | |
tree | 987e98fc6752625272bf10a299a3a72dd9f8d55c /usr.sbin | |
parent | df11c5f1bf446342240e60b456ee4a3b6640b568 (diff) |
catch up to ethers(3)->ether_aton(3) renaming
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/tcpdump/tcpdump.8 | 4 | ||||
-rw-r--r-- | usr.sbin/ypserv/ypinit/Makefile.yp.8 | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/usr.sbin/tcpdump/tcpdump.8 b/usr.sbin/tcpdump/tcpdump.8 index 88469dc48c4..69786f112f4 100644 --- a/usr.sbin/tcpdump/tcpdump.8 +++ b/usr.sbin/tcpdump/tcpdump.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tcpdump.8,v 1.103 2019/08/30 17:51:47 jmc Exp $ +.\" $OpenBSD: tcpdump.8,v 1.104 2019/08/30 19:34:04 deraadt Exp $ .\" .\" Copyright (c) 1987, 1988, 1989, 1990, 1991, 1992, 1994, 1995, 1996 .\" The Regents of the University of California. All rights reserved. @@ -534,7 +534,7 @@ True if the Ethernet destination address is may be either a name from .Pa /etc/ethers or a number (see -.Xr ethers 3 +.Xr ether_aton 3 for a numeric format). .It Cm ether src Ar ehost True if the Ethernet source address is diff --git a/usr.sbin/ypserv/ypinit/Makefile.yp.8 b/usr.sbin/ypserv/ypinit/Makefile.yp.8 index d1719643a50..766bf262263 100644 --- a/usr.sbin/ypserv/ypinit/Makefile.yp.8 +++ b/usr.sbin/ypserv/ypinit/Makefile.yp.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: Makefile.yp.8,v 1.9 2018/04/26 12:53:09 schwarze Exp $ +.\" $OpenBSD: Makefile.yp.8,v 1.10 2019/08/30 19:34:04 deraadt Exp $ .\" .\" Copyright (c) 2008 Ingo Schwarze <schwarze@usta.de> .\" @@ -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: April 26 2018 $ +.Dd $Mdocdate: August 30 2019 $ .Dt MAKEFILE.YP 8 .Os .Sh NAME @@ -201,7 +201,7 @@ and maps from .Xr ethers 5 for use by -.Xr ethers 3 . +.Xr ether_aton 3 . .It Ic rpc Generates the .Pa rpc.bynumber |