Restore lost <replaceable> tags.
This commit is contained in:
parent
4278567c7b
commit
15adcfb0d7
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=44703
1 changed files with 3 additions and 3 deletions
|
@ -88,7 +88,7 @@
|
|||
|
||||
<para>The command:</para>
|
||||
|
||||
<screen><userinput>tcpdump -c 4000 -s 10000 -w dumpfile.bin</userinput></screen>
|
||||
<screen><userinput>tcpdump -c 4000 -s 10000 -w <replaceable>dumpfile.bin</replaceable></userinput></screen>
|
||||
|
||||
<para>will capture 4000 raw packets to
|
||||
<replaceable>dumpfile.bin</replaceable>. Up to 10,000 bytes per
|
||||
|
@ -127,8 +127,8 @@
|
|||
the <quote>normal</quote> connection has 29% (2.1) of the
|
||||
expected value.</para>
|
||||
|
||||
<screen>&prompt.user; <userinput>tcpdump -c 4000 -s 10000 -w ipsecdemo.bin</userinput>
|
||||
&prompt.user; <userinput>uliscan ipsecdemo.bin</userinput>
|
||||
<screen>&prompt.user; <userinput>tcpdump -c 4000 -s 10000 -w <replaceable>ipsecdemo.bin</replaceable></userinput>
|
||||
&prompt.user; <userinput>uliscan <replaceable>ipsecdemo.bin</replaceable></userinput>
|
||||
|
||||
Uliscan 21 Dec 98
|
||||
L=8 256 258560
|
||||
|
|
Loading…
Reference in a new issue