X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=afs.cmd;h=15459194cb7a4f0289890f3b6919eca1f33136c0;hp=c7808040370c7e8c4088e44d7b63820093e255af;hb=58566e1535a0c47ce59570598885ccabc75891bf;hpb=f0e41e36c3f1a3a5bb6ff66d92d2814391d8f908 diff --git a/afs.cmd b/afs.cmd index c7808040..15459194 100644 --- a/afs.cmd +++ b/afs.cmd @@ -1,10 +1,5 @@ -OF: afs_command_list +BN: afs SF: afs.c aft.c attribute.c -HC: Prototypes for the commands of the audio file selector. -CC: Array of commands for the audio file selector. -AT: server_command -SI: osl regex -IN: para error crypt command string afh afs server list user_list SN: list of afs commands TM: mood lyr img pl --- @@ -215,7 +210,7 @@ H: normalize the volume of the audio file. A value of zero means H: no amplification, 64 means the amplitude should be multiplied H: by a factor of two, 128 by three and so on. H: -H: This value is used by the compress filter. +H: This value is used by the amp filter. H: H: -v Verbose mode. Explain what is being done. H: @@ -285,7 +280,7 @@ T: ls N: ls@member@ O: int com_ls@member@(struct command_context *cc); P: AFS_READ -D: List blobs of type @member@ matching a pattern. +D: List blobs of type @member@ which match a pattern. U: ls@member@ [-i] [-l] [-r] [pattern] H: Print a list of the names of all blobs in the corresponding H: osl table which match the given pattern. If no pattern is @@ -293,11 +288,9 @@ H: given, the full list is printed. H: H: Options: H: -H: -i Sort attributes by id. The default is to sort -H: alphabetically by name. +H: -i Sort by identifier. The default is to sort alphabetically by name. H: -H: -l Print a long listing containing both identifier and -H: attribute name. The default is to print only the name. +H: -l Print identifier and name. The default is to print only the name. H: H: -r Reverse sort order. ---