Skip to content

Commit

Permalink
fix line length issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Shafer committed May 21, 2015
1 parent 7c7dfe0 commit 9774df2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/libxo.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2052,7 +2052,8 @@ Use "receive-after-window-packets" instead of
Nothing's worse than writing expressions like:

if ($src1/process[pid == $pid]/name ==
$src2/proc-table/proc-list/proc-entry[process-id == $pid]/proc-name) {
$src2/proc-table/proc-list
/proc-entry[process-id == $pid]/proc-name) {
...
}

Expand Down

0 comments on commit 9774df2

Please sign in to comment.