diff options
author | B. Watson <yalhcru@gmail.com> | 2014-03-19 07:04:49 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-03-21 13:01:20 -0500 |
commit | cf8cc4ba89d05f3daa5f634c635c0ce4c2b4c641 (patch) | |
tree | 8eb9ba1874d8fedd139240522a68921969416f3a /system/suckless-tools/pod/lsx.pod | |
parent | f3704690c6cc26c3b178a757d3015f30a7297456 (diff) | |
download | slackbuilds-cf8cc4ba89d05f3daa5f634c635c0ce4c2b4c641.tar.gz |
system/suckless-tools: Added (utilities from suckless.org).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/suckless-tools/pod/lsx.pod')
-rw-r--r-- | system/suckless-tools/pod/lsx.pod | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/system/suckless-tools/pod/lsx.pod b/system/suckless-tools/pod/lsx.pod new file mode 100644 index 0000000000..0e9f5c9319 --- /dev/null +++ b/system/suckless-tools/pod/lsx.pod @@ -0,0 +1,43 @@ +# POD source for lsX man page. Convert with: +# pod2man --stderr -s1 -c"Suckless.org Tools" -r0.1 lsx.pod > lsx.1 + +=pod + +=head1 NAME + +B<lsX> - List executables in one or more directory trees. + +=head1 SYNOPSIS + +B<lsX> [dir] {[dir] ...} + +=head1 DESCRIPTION + +B<lsX> lists the executables in the given directories, non-recursively. +Non-directory arguments are ignored. If no arguments are given, B<lsX> +exits without doing anything. + +B<lsX> always exits with zero status. + +=head1 OPTIONS + +B<-v> prints the version number and exits. + +=head1 NOTES + +When using B<lsX> with multiple directory arguments, the 2nd and any +further directories must be absolute paths (this counts as a bug). + +B<lsX> may also be installed as B<lsx>. The name change is to avoid +conflicting with the B<lsx> symlink included in Slackware's minicom +package. If minicom isn't installed, B</usr/bin/lsx> will be a +symlink to B<lsX>. + +=head1 AUTHORS + +B<lsX> was written by Anselm R. Garbe (garbeam at gmail dot com) and +Sander van Dijk (a dot h dot vandijk at gmail dot com). + +This man page written by B. Watson for the SlackBuilds.org project. It +may be used by anyone. +=cut |