Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/bootp/bootpd ether_hostton(3), not ether_hton(3) (t...



details:   https://anonhg.NetBSD.org/src/rev/13278627ee91
branches:  trunk
changeset: 508451:13278627ee91
user:      wiz <wiz%NetBSD.org@localhost>
date:      Wed Apr 11 19:32:25 2001 +0000

description:
ether_hostton(3), not ether_hton(3) (thanks, Klaus!)

diffstat:

 usr.sbin/bootp/bootpd/bootptab.5 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r b0e1a1a6dd91 -r 13278627ee91 usr.sbin/bootp/bootpd/bootptab.5
--- a/usr.sbin/bootp/bootpd/bootptab.5  Wed Apr 11 19:28:27 2001 +0000
+++ b/usr.sbin/bootp/bootpd/bootptab.5  Wed Apr 11 19:32:25 2001 +0000
@@ -1,6 +1,6 @@
 .\" Copyright (c) 1988, 1989, 1991 Carnegie Mellon University
 .\"
-.\"    $NetBSD: bootptab.5,v 1.5 2001/01/05 17:05:26 agc Exp $
+.\"    $NetBSD: bootptab.5,v 1.6 2001/04/11 19:32:25 wiz Exp $
 .\"
 .TH BOOTPTAB 5 "October 31, 1991" "Carnegie Mellon University"
 .UC 6
@@ -189,7 +189,7 @@
 If the hardware address is not specified and the type is specified
 as either "ethernet" or "ieee802", then
 .I bootpd
-will try to determine the hardware address using ether_hton(3).
+will try to determine the hardware address using ether_hostton(3).
 .PP
 The hostname, home directory, and bootfile are ASCII strings which may be
 optionally surrounded by double quotes (").  The client's request and the



Home | Main Index | Thread Index | Old Index