Ignore:
Timestamp:
01/21/10 16:55:17 (3 years ago)
Author:
salcock
Message:

Updated manpages for all existing tools

  • Ensure the SEE ALSO sections refers to *all* other tools (including tracediff which will be added shortly)
  • Corrected some errors due to careless copying of earlier manpages
  • Fixed some typos and grammatical errors as well
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/tracesplit/tracesplit_dir.1

    r1153 r1492  
    1 .TH TRACESPLIT "1" "November 2006" "tracesplit (libtrace)" "User Commands" 
     1.TH TRACESPLITDIR "1" "November 2006" "tracesplit_dir (libtrace)" "User Commands" 
    22.SH NAME 
    33tracesplit_dir \- split traces into two directions 
    44.SH SYNOPSIS 
    5 .B tracemerge 
     5.B tracesplit_dir 
    66inputuri outputuri_incoming outputuri_outgoing 
    77.SH DESCRIPTION 
    8 tracesplit splits one trace into two tracefiles, one for each direction. 
     8tracesplit_dir splits one trace into two tracefiles, one for each direction. 
    99 
    1010.SH EXAMPLES 
    1111.nf 
    12 tracesplit erf:/traces/bigtrace.gz erf:in.gz erf:out.gz 
     12tracesplit_dir erf:/traces/bigtrace.gz erf:in.gz erf:out.gz 
    1313.fi 
    1414 
     
    1919.SH SEE ALSO 
    2020libtrace(3), tracemerge(1), tracefilter(1), traceconvert(1), tracesplit(1), 
    21 tracereport(1), tracertstats(1), tracestats(1), tracedump(1), traceanon(1), 
    22 tracesummary(1) 
     21tracereport(1), tracertstats(1), tracestats(1), tracepktdump(1), traceanon(1), 
     22tracesummary(1), tracereplay(1), tracediff(1) 
    2323 
    2424.SH AUTHORS 
Note: See TracChangeset for help on using the changeset viewer.