Skip to content

Commit

Permalink
Fix asciidoc warnings
Browse files Browse the repository at this point in the history
Removed some errant asciidoc processing instructions

Change-Id: I6b76a4b75d016852a5a9ff3896c9e076fe46002c
Reviewed-on: https://code.wireshark.org/review/8205
Petri-Dish: Graham Bloice <graham.bloice@trihedral.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Graham Bloice <graham.bloice@trihedral.com>
  • Loading branch information
Graham Bloice committed Apr 26, 2015
1 parent 9b5a09a commit 3813ae6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docbook/wsug_src/WSUG_chapter_work.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ of the types and example of how to express them.
[[ChWorkFieldTypes]]

.Display Filter Field Types
[asciidoc,options="header"]
[options="header"]
|===============
|Type|Example
|Unsigned integer (8-bit, 16-bit, 24-bit, 32-bit) |
Expand Down Expand Up @@ -340,7 +340,7 @@ You can combine filter expressions in Wireshark using the logical operators sho
[[FiltLogOps]]

.Display Filter Logical Operations
[asciidoc,options="header"]
[options="header"]
|===============
|English|C-like|Description and example
|and |&amp;&amp;| Logical AND. `ip.src==10.0.0.5 and tcp.flags.fin`
Expand Down

0 comments on commit 3813ae6

Please sign in to comment.