We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37da905 commit a2968a5Copy full SHA for a2968a5
usr.sbin/bootp/bootptest/print-bootp.c
@@ -26,7 +26,7 @@
26
27
#include <sys/cdefs.h>
28
#ifndef lint
29
-__RCSID("$NetBSD: print-bootp.c,v 1.13 2022/09/10 12:14:18 rillig Exp $");
+__RCSID("$NetBSD: print-bootp.c,v 1.14 2025/01/07 17:12:20 andvar Exp $");
30
/* 93/10/10 <gwr@mc.com> New data-driven option print routine. */
31
#endif
32
@@ -245,7 +245,7 @@ rfc1048_opts[] = {
245
"iIP-routes", /* 33: IP static routes (dst,router) */
246
247
/* Link Layer parameters, per-interface (RFC-1533, sect. 6) */
248
- "bLL-trailer", /* 34: do tralier encapsulation */
+ "bLL-trailer", /* 34: do trailer encapsulation */
249
"lLL-arp-tmo", /* 35: ARP cache timeout */
250
"bLL-ether2", /* 36: Ethernet version 2 (IEEE 802.3) */
251
0 commit comments