diff options
author | Connor Lane Smith <cls@lubutu.com> | 2011-06-13 19:32:45 +0100 |
---|---|---|
committer | Connor Lane Smith <cls@lubutu.com> | 2011-06-13 19:32:45 +0100 |
commit | 8ec1b41cacb33be39bc53fc67a4fe51d2d3ab3a0 (patch) | |
tree | fd7ab4935af22a89b80c8bc2aabbe89081b62717 | |
parent | ab3bcac0bf42c1e63367a0f319a66524d5acdfe3 (diff) |
add lsx.1
-rw-r--r-- | lsx.1 | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -0,0 +1,15 @@ | |||
1 | .TH LSX 1 dmenu\-VERSION | ||
2 | .SH NAME | ||
3 | lsx \- list executables | ||
4 | .SH SYNOPSIS | ||
5 | .B lsx | ||
6 | .RB [ \-v ] | ||
7 | .RI [ directory ...] | ||
8 | .SH DESCRIPTION | ||
9 | .B lsx | ||
10 | lists the executables in each directory. If no directories are given the current | ||
11 | working directory is used. | ||
12 | .SH OPTIONS | ||
13 | .TP | ||
14 | .B \-v | ||
15 | prints version information to stdout, then exits. | ||