Deleted Added
full compact
bootptest.8 (71112) bootptest.8 (99500)
1.\" $FreeBSD: head/libexec/bootpd/tools/bootptest/bootptest.8 71112 2001-01-16 13:12:21Z ru $
1.\" $FreeBSD: head/libexec/bootpd/tools/bootptest/bootptest.8 99500 2002-07-06 19:19:48Z charnier $
2.\"
3.\" bootptest.8
4.Dd June 10, 1993
5.Dt BOOTPTEST 8
6.Os
7.Sh NAME
8.Nm bootptest
9.Nd "send BOOTP queries and print responses"
10.Sh SYNOPSIS
11.Nm
12.Op Fl f Ar bootfile
13.Op Fl h
14.Op Fl m Ar magic_number
15.Ar server\-name
16.Op Ar template\-file
17.Sh DESCRIPTION
2.\"
3.\" bootptest.8
4.Dd June 10, 1993
5.Dt BOOTPTEST 8
6.Os
7.Sh NAME
8.Nm bootptest
9.Nd "send BOOTP queries and print responses"
10.Sh SYNOPSIS
11.Nm
12.Op Fl f Ar bootfile
13.Op Fl h
14.Op Fl m Ar magic_number
15.Ar server\-name
16.Op Ar template\-file
17.Sh DESCRIPTION
18The
18.Nm
19.Nm
19sends BOOTP requests to the host specified as
20utility sends BOOTP requests to the host specified as
20.Ar server\-name
21at one\-second intervals until either a response is received,
22or until ten requests have gone unanswered.
23After a response is received,
24.Nm
25will wait one more second listening for additional responses.
26.Sh OPTIONS
27.Bl -tag -width indent

--- 14 unchanged lines hidden (view full) ---

42may be specified, in which case
43.Nm
44uses the (binary) contents of this file to initialize the
45.Em options
46area of the request packet.
47.Sh AUTHORS
48The
49.Nm
21.Ar server\-name
22at one\-second intervals until either a response is received,
23or until ten requests have gone unanswered.
24After a response is received,
25.Nm
26will wait one more second listening for additional responses.
27.Sh OPTIONS
28.Bl -tag -width indent

--- 14 unchanged lines hidden (view full) ---

43may be specified, in which case
44.Nm
45uses the (binary) contents of this file to initialize the
46.Em options
47area of the request packet.
48.Sh AUTHORS
49The
50.Nm
50program is a combination of original and derived works.
51utility is a combination of original and derived works.
51The main program module
52.Pq Pa bootptest.c
53is original work by
54.An "Gordon W. Ross" Aq gwr@mc.com .
55The packet printing module
56.Pq Pa print\-bootp.c
57is a slightly modified
58version of a file from the

--- 18 unchanged lines hidden ---
52The main program module
53.Pq Pa bootptest.c
54is original work by
55.An "Gordon W. Ross" Aq gwr@mc.com .
56The packet printing module
57.Pq Pa print\-bootp.c
58is a slightly modified
59version of a file from the

--- 18 unchanged lines hidden ---