Changeset 5362

Show
Ignore:
Timestamp:
03/12/08 10:15:11 (4 months ago)
Author:
morris
Message:

Document new behaviour

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trackerd/trunk/man/trackerd.8

    r5078 r5362  
    3333.Sh SYNOPSIS 
    3434.Nm trackerd 
    35 .Op Fl 46Dllhtuv 
     35.Op Fl 46Dlhtuv 
    3636.Op Fl d Ar server_root 
    3737.Op Fl f Ar config_file 
     
    9090.Xr syslog 3 . 
    9191.It Fl l 
    92 Increases the log level. Without it, logging is limited to connects and disconnects. Used once, server registrations are also logged. Used three times, logs full debug information. 
     92Increases the log level. By default, 
     93.Nm trackerd 
     94will log everything but debug messages. Use this flag once to also log debug messages. 
    9395.It Fl s Ar syslog_facility 
    9496Sets the 
  • trackerd/trunk/trackerd/main.c

    r5270 r5362  
    287287static void wt_usage(void) { 
    288288        fprintf(stderr, 
    289 "Usage: trackerd [-Dllhtuv] [-d path] [-f file] [-i lines] [-L file] [-s facility]\n\ 
     289"Usage: trackerd [-Dlhtuv] [-d path] [-f file] [-i lines] [-L file] [-s facility]\n\ 
    290290\n\ 
    291291Options:\n\ 
     
    298298    -i lines       set limit on number of lines for -L\n\ 
    299299    -L             set alternate file for log output\n\ 
    300     -l             increase log level (can be used twice)\n\ 
     300    -l             increase log level\n\ 
    301301    -s facility    set the syslog(3) facility\n\ 
    302302    -t             run syntax test on config\n\