diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-05-14 21:54:05 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-05-14 21:54:05 +0200 |
commit | ff7fe9ed7310e9426e5056fca19febbacde55401 (patch) | |
tree | 052f6785b271043902c9e3586bdae2f1e2f8abd0 /Makefile | |
parent | add chmod, chown and chgrp to the command line tool (diff) | |
download | bus-ff7fe9ed7310e9426e5056fca19febbacde55401.tar.gz bus-ff7fe9ed7310e9426e5056fca19febbacde55401.tar.bz2 bus-ff7fe9ed7310e9426e5056fca19febbacde55401.tar.xz |
doc bus-chgrp, bus-chown, and bus-chmod
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ MANDIR = ${DATADIR}/man PKGNAME = bus -MAN1 = bus bus-broadcast bus-create bus-listen bus-remove bus-wait +MAN1 = bus bus-broadcast bus-create bus-listen bus-remove bus-wait bus-chmod bus-chown bus-chgrp MAN3 = bus_create bus_unlink bus_open bus_close bus_read bus_write bus_poll bus_chmod bus_chown MAN5 = bus MAN7 = libbus |