diff options
Diffstat (limited to 'lsx.1')
-rw-r--r-- | lsx.1 | 10 |
1 files changed, 3 insertions, 7 deletions
@@ -3,13 +3,9 @@ | |||
3 | lsx \- list executables | 3 | lsx \- list executables |
4 | .SH SYNOPSIS | 4 | .SH SYNOPSIS |
5 | .B lsx | 5 | .B lsx |
6 | .RB [ \-v ] | ||
7 | .RI [ directory ...] | 6 | .RI [ directory ...] |
8 | .SH DESCRIPTION | 7 | .SH DESCRIPTION |
9 | .B lsx | 8 | .B lsx |
10 | lists the executables in each directory. If no directories are given the current | 9 | lists the executables in each |
11 | working directory is used. | 10 | .IR directory . |
12 | .SH OPTIONS | 11 | If none are given the current working directory is used. |
13 | .TP | ||
14 | .B \-v | ||
15 | prints version information to stdout, then exits. | ||