Changeset 606

Show
Ignore:
Timestamp:
08/08/07 08:45:14 (1 year ago)
Author:
acme
Message:

Bring the memcached.1 manpage up to date

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/server/ChangeLog

    r604 r606  
     12007-08-07 Leon Brocard <acme@astray.com> 
     2        * Bring the memcached.1 manpage up to date 
     3 
    142007-08-06 Paul Lindner <lindner@inuus.com> 
    25        * Fix crash when using -P and -d flags on x86_64 
  • trunk/server/doc/memcached.1

    r509 r606  
    2020These programs follow the usual GNU command line syntax. A summary of options  
    2121is included below. 
     22.TP 
     23.B \-s <file> 
     24Unix socket path to listen on (disables network support). 
    2225.TP 
    2326.B \-l <ip_addr>   
     
    4750.TP 
    4851.B \-U <num>  
    49 Listen on UDP port <num>, the default is port 11211
     52Listen on UDP port <num>, the default is 0, off
    5053.TP 
    5154.B \-M 
     
    5659Raise the core file size limit to the maximum allowable. 
    5760.TP 
     61.B \-b 
     62Run a managed instanced (mnemonic: buckets)\n". 
     63.TP 
    5864.B \-f <factor> 
    5965Use <factor> as the multiplier for computing the sizes of memory chunks that 
     
    6268The default is 1.25. 
    6369.TP 
    64 .B \-s <size> 
     70.B \-n <size> 
    6571Allocate a minimum of <size> bytes for the item key, value, and flags. The 
    6672default is 48. If you have a lot of small keys and values, you can get a 
     
    9096meaningful if memcached was compiled with thread support enabled. It is  
    9197typically not useful to set this higher than the number of CPU cores on the 
    92 memcached server. 
     98memcached server. The default is 4. 
    9399.TP 
    94100.B \-D <char>