diff options
| author | Mattias Andrée <maandree@operamail.com> | 2015-12-02 10:27:12 +0100 | 
|---|---|---|
| committer | Mattias Andrée <maandree@operamail.com> | 2015-12-02 10:27:12 +0100 | 
| commit | 2b1a0a9fdb87c5bd0ea73b4c13ac35122327e5b6 (patch) | |
| tree | 86419a414961955419d503fbcf8069a6fc20337b /doc/info/auto-auto-complete.texinfo | |
| parent | add rationale and man page (diff) | |
| download | auto-auto-complete-2b1a0a9fdb87c5bd0ea73b4c13ac35122327e5b6.tar.gz auto-auto-complete-2b1a0a9fdb87c5bd0ea73b4c13ac35122327e5b6.tar.bz2 auto-auto-complete-2b1a0a9fdb87c5bd0ea73b4c13ac35122327e5b6.tar.xz  | |
add -b -c -S -p to (files) (this does not change the program, because this is not actually supported) + add -s for (files) in doc/syntax, which was missing
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'doc/info/auto-auto-complete.texinfo')
| -rw-r--r-- | doc/info/auto-auto-complete.texinfo | 8 | 
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/info/auto-auto-complete.texinfo b/doc/info/auto-auto-complete.texinfo index 0931933..d57490a 100644 --- a/doc/info/auto-auto-complete.texinfo +++ b/doc/info/auto-auto-complete.texinfo @@ -341,6 +341,8 @@ Suggest all files.  Suggest regular files and pipes.  @item -r  Suggest regular files but not pipes. +@item -p +Suggest pipes but not regular files.  @item -d  Suggest directories.  @item -l @@ -350,6 +352,12 @@ but @code{-0} can be used to stop this.  Suggest sockets.  @item -D  Suggest doors. +@item -b +Suggest block devices. +@item -c +Suggest character devices. +@item -S +Suggest block devices and character devices.  @end table  @example  | 
