libixp

git clone git://oldgit.suckless.org/libixp/
Log | Files | Refs | LICENSE

commit cd668d07e374e638c49d2785e95ec846c4322f73
parent 6e8da923f1b9e62bfbb8704fa8b3511789a78b98
Author: Denis Grelich <denisg@suckless.org>
Date:   Wed, 27 Dec 2006 11:46:41 +0100

manpage fixes: mentioning "ls", among others

Diffstat:
ixpc.1 | 16++++++++++------
1 file changed, 10 insertions(+), 6 deletions(-)

diff --git a/ixpc.1 b/ixpc.1 @@ -50,23 +50,27 @@ See below. .TP .B create -Creates file or directory but does not write any data. If the file exists, +Creates file or directory. If the file exists, nothing is done. .TP +.B ls +Lists files and directories. +.TP .B read -Reads file or directory contents +Reads file or directory contents. .TP .B remove -Removes file or directory tree +Removes file or directory tree. .SH ENVIRONMENT .TP IXP_ADDRESS See above. .SH EXAMPLES .TP -.B ixpc read / -This prints the root directory of the wmii filesystem. For more information -about the contents of this filesystem, see +.B ixpc ls / +This prints the root directory of the wmii filesystem, if IXP_ADDRESS is set +to the address of wmii. For more information about the contents of this +filesystem, see .BR wmiiwm (1). .TP .B echo -n quit | ixpc write /ctl