fix example; netbsd pr#2744, erik@aarhus1.uni-c.dk
authorderaadt <deraadt@openbsd.org>
Fri, 20 Sep 1996 07:07:17 +0000 (07:07 +0000)
committerderaadt <deraadt@openbsd.org>
Fri, 20 Sep 1996 07:07:17 +0000 (07:07 +0000)
usr.sbin/bootpd/bootpd.8

index ece1146..6300aa1 100644 (file)
@@ -1,6 +1,6 @@
 .\" Copyright (c) 1988, 1989, 1991 Carnegie Mellon University
 .\"
-.\"    $Header: /home/cvs/src/usr.sbin/bootpd/Attic/bootpd.8,v 1.1.1.1 1995/10/18 08:47:25 deraadt Exp $
+.\"    $Header: /home/cvs/src/usr.sbin/bootpd/Attic/bootpd.8,v 1.2 1996/09/20 07:07:17 deraadt Exp $
 .\"
 .TH BOOTPD 8 "November 06, 1993" "Carnegie Mellon University"
 .SH NAME
@@ -58,9 +58,9 @@ from
 by including one of the following lines in the file
 .IR /etc/inetd.conf :
 .IP
-bootps dgram udp wait root /etc/bootpd bootpd bootptab
+bootps dgram udp wait root /usr/sbin/bootpd bootpd bootptab
 .br
-bootps dgram udp wait root /etc/bootpgw bootpgw server
+bootps dgram udp wait root /usr/sbin/bootpgw bootpgw server
 .PP
 This mode of operation is referred to as "inetd mode" and causes
 .I bootpd