Skip to content

Commit 0535957

Browse files
committed
pcap-filter(7): Spell two ATM keywords right.
"oamf4sc" and "oamf4ec" is what scanner.l, grammar.y.in and gencode.c consistently use.
1 parent 4c69395 commit 0535957

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pcap-filter.manmisc.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
.\" WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
1919
.\" MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
2020
.\"
21-
.TH PCAP-FILTER @MAN_MISC_INFO@ "29 December 2024"
21+
.TH PCAP-FILTER @MAN_MISC_INFO@ "4 January 2025"
2222
.SH NAME
2323
pcap-filter \- packet filter syntax
2424
.br
@@ -888,10 +888,10 @@ on the assumption that the packet is either a LANE emulated Ethernet
888888
packet or a LANE LE Control packet. If \fBlane\fR isn't specified, the
889889
tests are done under the assumption that the packet is an
890890
LLC-encapsulated packet.
891-
.IP \fBoamf4s\fP
891+
.IP \fBoamf4sc\fP
892892
True if the packet is an ATM packet, for SunATM on Solaris, and is
893893
a segment OAM F4 flow cell (VPI=0 & VCI=3).
894-
.IP \fBoamf4e\fP
894+
.IP \fBoamf4ec\fP
895895
True if the packet is an ATM packet, for SunATM on Solaris, and is
896896
an end-to-end OAM F4 flow cell (VPI=0 & VCI=4).
897897
.IP \fBoamf4\fP

0 commit comments

Comments
 (0)