diff options
author | Mattias Andrée <maandree@kth.se> | 2017-12-11 23:13:37 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2017-12-11 23:13:37 +0100 |
commit | e35ba8684be9951fa2129503477ccd5ed6e4e5fc (patch) | |
tree | 756292d5a18ad6011a9311fdea8159f474385b65 /doc | |
parent | typo (diff) | |
download | bus-e35ba8684be9951fa2129503477ccd5ed6e4e5fc.tar.gz bus-e35ba8684be9951fa2129503477ccd5ed6e4e5fc.tar.bz2 bus-e35ba8684be9951fa2129503477ccd5ed6e4e5fc.tar.xz |
Simplify, do not install examples or info manual, and change license3.1.7
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r-- | bus-broadcast.1 (renamed from doc/man/bus-broadcast.1) | 13 | ||||
-rw-r--r-- | bus-chgrp.1 (renamed from doc/man/bus-chgrp.1) | 11 | ||||
-rw-r--r-- | bus-chmod.1 (renamed from doc/man/bus-chmod.1) | 11 | ||||
-rw-r--r-- | bus-chown.1 (renamed from doc/man/bus-chown.1) | 13 | ||||
-rw-r--r-- | bus-create.1 (renamed from doc/man/bus-create.1) | 13 | ||||
-rw-r--r-- | bus-listen.1 (renamed from doc/man/bus-listen.1) | 11 | ||||
-rw-r--r-- | bus-remove.1 (renamed from doc/man/bus-remove.1) | 11 | ||||
-rw-r--r-- | bus-wait.1 (renamed from doc/man/bus-wait.1) | 11 | ||||
-rw-r--r-- | bus.1 (renamed from doc/man/bus.1) | 10 | ||||
-rw-r--r-- | bus.5 (renamed from doc/man/bus.5) | 10 | ||||
-rw-r--r-- | bus.texinfo (renamed from doc/info/bus.texinfo) | 0 | ||||
-rw-r--r-- | bus_chmod.3 (renamed from doc/man/bus_chmod.3) | 10 | ||||
-rw-r--r-- | bus_chown.3 (renamed from doc/man/bus_chown.3) | 10 | ||||
-rw-r--r-- | bus_close.3 (renamed from doc/man/bus_close.3) | 10 | ||||
-rw-r--r-- | bus_create.3 (renamed from doc/man/bus_create.3) | 10 | ||||
-rw-r--r-- | bus_open.3 (renamed from doc/man/bus_open.3) | 10 | ||||
-rw-r--r-- | bus_poll.3 (renamed from doc/man/bus_poll.3) | 10 | ||||
-rw-r--r-- | bus_read.3 (renamed from doc/man/bus_read.3) | 10 | ||||
-rw-r--r-- | bus_unlink.3 (renamed from doc/man/bus_unlink.3) | 10 | ||||
-rw-r--r-- | bus_write.3 (renamed from doc/man/bus_write.3) | 10 | ||||
-rw-r--r-- | doc/protocol | 1 | ||||
-rw-r--r-- | fdl.texinfo (renamed from doc/info/fdl.texinfo) | 0 | ||||
-rw-r--r-- | libbus.7 (renamed from doc/man/libbus.7) | 10 |
23 files changed, 23 insertions, 192 deletions
diff --git a/doc/man/bus-broadcast.1 b/bus-broadcast.1 index a4dc76c..94a05ec 100644 --- a/doc/man/bus-broadcast.1 +++ b/bus-broadcast.1 @@ -1,10 +1,9 @@ -.TH BUS-BROADCAST 1 BUS-%VERSION% +.TH BUS-BROADCAST 1 BUS .SH NAME bus broadcast - Broadcast a message on a bus .SH SYNOPSIS .B bus broadcast -.IR [options] -[--] +[-n] .IR pathname .IR message .SH DESCRIPTION @@ -25,11 +24,3 @@ The command failed. The command is not recognised. .SH SEE ALSO .BR bus (5) -.SH AUTHORS -Principal author, Mattias Andrée. See the LICENSE file for the full -list of authors. -.SH LICENSE -MIT/X Consortium License. -.SH BUGS -Please report bugs to https://github.com/maandree/bus/issues or to -maandree@member.fsf.org diff --git a/doc/man/bus-chgrp.1 b/bus-chgrp.1 index d825e32..b871c41 100644 --- a/doc/man/bus-chgrp.1 +++ b/bus-chgrp.1 @@ -1,9 +1,8 @@ -.TH BUS-CHGRP 1 BUS-%VERSION% +.TH BUS-CHGRP 1 BUS .SH NAME bus chgrp - Change group ownership of a bus .SH SYNOPSIS .B bus chgrp -[--] .IR group .IR pathname .SH DESCRIPTION @@ -28,11 +27,3 @@ The command is not recognised. .BR bus-chown (1), .BR bus-chmod (1), .BR stat (1) -.SH AUTHORS -Principal author, Mattias Andrée. See the LICENSE file for the full -list of authors. -.SH LICENSE -MIT/X Consortium License. -.SH BUGS -Please report bugs to https://github.com/maandree/bus/issues or to -maandree@member.fsf.org diff --git a/doc/man/bus-chmod.1 b/bus-chmod.1 index 3a44423..51ee9b4 100644 --- a/doc/man/bus-chmod.1 +++ b/bus-chmod.1 @@ -1,9 +1,8 @@ -.TH BUS-CHMOD 1 BUS-%VERSION% +.TH BUS-CHMOD 1 BUS .SH NAME bus chmod - Change permissions on a bus .SH SYNOPSIS .B bus chmod -[--] .IR permissions .IR pathname .SH DESCRIPTION @@ -39,11 +38,3 @@ The command is not recognised. .BR bus-chown (1), .BR bus-chgrp (1), .BR stat (1) -.SH AUTHORS -Principal author, Mattias Andrée. See the LICENSE file for the full -list of authors. -.SH LICENSE -MIT/X Consortium License. -.SH BUGS -Please report bugs to https://github.com/maandree/bus/issues or to -maandree@member.fsf.org diff --git a/doc/man/bus-chown.1 b/bus-chown.1 index 24487a1..c6d9056 100644 --- a/doc/man/bus-chown.1 +++ b/bus-chown.1 @@ -1,10 +1,9 @@ -.TH BUS-CHOWN 1 BUS-%VERSION% +.TH BUS-CHOWN 1 BUS .SH NAME bus chown - Change ownership of a bus .SH SYNOPSIS .B bus chown -[--] -.IR owner[:group] +.IR owner [\fB:\fP group ] .IR pathname .SH DESCRIPTION Change the owner, that owns a bus with an associated \fIpathname\fP, @@ -31,11 +30,3 @@ The command is not recognised. .BR bus-chgrp (1), .BR bus-chmod (1), .BR stat (1) -.SH AUTHORS -Principal author, Mattias Andrée. See the LICENSE file for the full -list of authors. -.SH LICENSE -MIT/X Consortium License. -.SH BUGS -Please report bugs to https://github.com/maandree/bus/issues or to -maandree@member.fsf.org diff --git a/doc/man/bus-create.1 b/bus-create.1 index 91041cf..2d34b83 100644 --- a/doc/man/bus-create.1 +++ b/bus-create.1 @@ -1,10 +1,9 @@ -.TH BUS-CREATE 1 BUS-%VERSION% +.TH BUS-CREATE 1 BUS .SH NAME bus create - Create a bus .SH SYNOPSIS .B bus create -.IR [options] -[--] +[-x] .IR [pathname] .SH DESCRIPTION Create a bus with an associated \fIpathname\fP. If \fIpathname\fP @@ -27,11 +26,3 @@ The command is not recognised. .SH SEE ALSO .BR bus (5), .BR bus-remove (1) -.SH AUTHORS -Principal author, Mattias Andrée. See the LICENSE file for the full -list of authors. -.SH LICENSE -MIT/X Consortium License. -.SH BUGS -Please report bugs to https://github.com/maandree/bus/issues or to -maandree@member.fsf.org diff --git a/doc/man/bus-listen.1 b/bus-listen.1 index 4977ce5..75a6106 100644 --- a/doc/man/bus-listen.1 +++ b/bus-listen.1 @@ -1,9 +1,8 @@ -.TH BUS-LISTEN 1 BUS-%VERSION% +.TH BUS-LISTEN 1 BUS .SH NAME bus listen - Listen for new messages on a bus .SH SYNOPSIS .B bus listen -[--] .IR pathname .IR command .SH DESCRIPTION @@ -22,11 +21,3 @@ The command failed. The command is not recognised. .SH SEE ALSO .BR bus (5) -.SH AUTHORS -Principal author, Mattias Andrée. See the LICENSE file for the full -list of authors. -.SH LICENSE -MIT/X Consortium License. -.SH BUGS -Please report bugs to https://github.com/maandree/bus/issues or to -maandree@member.fsf.org diff --git a/doc/man/bus-remove.1 b/bus-remove.1 index 95e805c..5905270 100644 --- a/doc/man/bus-remove.1 +++ b/bus-remove.1 @@ -1,9 +1,8 @@ -.TH BUS-REMOVE 1 BUS-%VERSION% +.TH BUS-REMOVE 1 BUS .SH NAME bus remove - Remove a bus .SH SYNOPSIS .B bus remove -[--] .IR pathname .SH DESCRIPTION Remove the bus associated with \fIpathname\fP. @@ -19,11 +18,3 @@ The command failed. The command is not recognised. .SH SEE ALSO .BR bus (5) -.SH AUTHORS -Principal author, Mattias Andrée. See the LICENSE file for the full -list of authors. -.SH LICENSE -MIT/X Consortium License. -.SH BUGS -Please report bugs to https://github.com/maandree/bus/issues or to -maandree@member.fsf.org diff --git a/doc/man/bus-wait.1 b/bus-wait.1 index 4231cd0..07d5704 100644 --- a/doc/man/bus-wait.1 +++ b/bus-wait.1 @@ -1,9 +1,8 @@ -.TH BUS-WAIT 1 BUS-%VERSION% +.TH BUS-WAIT 1 BUS .SH NAME bus wait - Listen for a new message on a bus .SH SYNOPSIS .B bus wait -[--] .IR pathname .IR command .SH DESCRIPTION @@ -23,11 +22,3 @@ The command failed. The command is not recognised. .SH SEE ALSO .BR bus (5) -.SH AUTHORS -Principal author, Mattias Andrée. See the LICENSE file for the full -list of authors. -.SH LICENSE -MIT/X Consortium License. -.SH BUGS -Please report bugs to https://github.com/maandree/bus/issues or to -maandree@member.fsf.org @@ -1,4 +1,4 @@ -.TH BUS 1 BUS-%VERSION% +.TH BUS 1 BUS .SH NAME bus - A simple daemonless system for broadcasting messages locally .SH SYNOPSIS @@ -67,11 +67,3 @@ The command is not recognised. .BR bus-chgrp (1), .BR bus (5), .BR libbus (7) -.SH AUTHORS -Principal author, Mattias Andrée. See the LICENSE file for the full -list of authors. -.SH LICENSE -MIT/X Consortium License. -.SH BUGS -Please report bugs to https://github.com/maandree/bus/issues or to -maandree@member.fsf.org @@ -1,4 +1,4 @@ -.TH BUS 5 BUS-%VERSION% +.TH BUS 5 BUS .SH NAME bus - A simple daemonless system for broadcasting messages locally .SH DESCRIPTION @@ -40,11 +40,3 @@ whence the message originated, followed by a single regular space. .BR libbus (7), .BR semop (2), .BR shmop (2) -.SH AUTHORS -Principal author, Mattias Andrée. See the LICENSE file for the full -list of authors. -.SH LICENSE -MIT/X Consortium License. -.SH BUGS -Please report bugs to https://github.com/maandree/bus/issues or to -maandree@member.fsf.org diff --git a/doc/info/bus.texinfo b/bus.texinfo index be50cea..be50cea 100644 --- a/doc/info/bus.texinfo +++ b/bus.texinfo diff --git a/doc/man/bus_chmod.3 b/bus_chmod.3 index c2ac3f9..ab8cb14 100644 --- a/doc/man/bus_chmod.3 +++ b/bus_chmod.3 @@ -1,4 +1,4 @@ -.TH BUS_CHMOD 3 BUS-%VERSION% +.TH BUS_CHMOD 3 BUS .SH NAME bus_chmod - Change bus mode bits .SH SYNOPSIS @@ -54,11 +54,3 @@ as well as any errors specified for the \fIIPC_STAT\fP and .BR bus_open (3), .BR bus_read (3), .BR stat (3) -.SH AUTHORS -Principal author, Mattias Andrée. See the LICENSE file for the full -list of authors. -.SH LICENSE -MIT/X Consortium License. -.SH BUGS -Please report bugs to https://github.com/maandree/bus/issues or to -maandree@member.fsf.org diff --git a/doc/man/bus_chown.3 b/bus_chown.3 index c047d83..d90b131 100644 --- a/doc/man/bus_chown.3 +++ b/bus_chown.3 @@ -1,4 +1,4 @@ -.TH BUS_CHOWN 3 BUS-%VERSION% +.TH BUS_CHOWN 3 BUS .SH NAME bus_chown - Change bus owner and group .SH SYNOPSIS @@ -41,11 +41,3 @@ as well as any errors specified for the \fIIPC_STAT\fP and .BR bus_open (3), .BR bus_read (3), .BR stat (3) -.SH AUTHORS -Principal author, Mattias Andrée. See the LICENSE file for the full -list of authors. -.SH LICENSE -MIT/X Consortium License. -.SH BUGS -Please report bugs to https://github.com/maandree/bus/issues or to -maandree@member.fsf.org diff --git a/doc/man/bus_close.3 b/bus_close.3 index dc35e6b..13fe22a 100644 --- a/doc/man/bus_close.3 +++ b/bus_close.3 @@ -1,4 +1,4 @@ -.TH BUS_CLOSE 3 BUS-%VERSION% +.TH BUS_CLOSE 3 BUS .SH NAME bus_close - Close a bus .SH SYNOPSIS @@ -26,11 +26,3 @@ The bus does not exist. .BR libbus (7), .BR bus_open (3), .BR bus_unlink (3) -.SH AUTHORS -Principal author, Mattias Andrée. See the LICENSE file for the full -list of authors. -.SH LICENSE -MIT/X Consortium License. -.SH BUGS -Please report bugs to https://github.com/maandree/bus/issues or to -maandree@member.fsf.org diff --git a/doc/man/bus_create.3 b/bus_create.3 index 88e6efe..8552b95 100644 --- a/doc/man/bus_create.3 +++ b/bus_create.3 @@ -1,4 +1,4 @@ -.TH BUS_CREATE 3 BUS-%VERSION% +.TH BUS_CREATE 3 BUS .SH NAME bus_create - Create a new bus .SH SYNOPSIS @@ -53,11 +53,3 @@ and .BR bus_open (3), .BR open (2), .BR write (2) -.SH AUTHORS -Principal author, Mattias Andrée. See the LICENSE file for the full -list of authors. -.SH LICENSE -MIT/X Consortium License. -.SH BUGS -Please report bugs to https://github.com/maandree/bus/issues or to -maandree@member.fsf.org diff --git a/doc/man/bus_open.3 b/bus_open.3 index 683ae9b..35abb27 100644 --- a/doc/man/bus_open.3 +++ b/bus_open.3 @@ -1,4 +1,4 @@ -.TH BUS_OPEN 3 BUS-%VERSION% +.TH BUS_OPEN 3 BUS .SH NAME bus_open - Open a bus .SH SYNOPSIS @@ -57,11 +57,3 @@ specified for the routine .BR bus_read (3), .BR bus_poll (3), .BR open (2) -.SH AUTHORS -Principal author, Mattias Andrée. See the LICENSE file for the full -list of authors. -.SH LICENSE -MIT/X Consortium License. -.SH BUGS -Please report bugs to https://github.com/maandree/bus/issues or to -maandree@member.fsf.org diff --git a/doc/man/bus_poll.3 b/bus_poll.3 index 95271ca..f916237 100644 --- a/doc/man/bus_poll.3 +++ b/bus_poll.3 @@ -1,4 +1,4 @@ -.TH BUS_POLL 3 BUS-%VERSION% +.TH BUS_POLL 3 BUS .SH NAME bus_poll_start, bus_poll_stop, bus_poll, bus_poll_timed - Wait a message to be broadcasted .SH SYNOPSIS @@ -77,11 +77,3 @@ function may also set \fIerrno\fP to any of the errors specified for .BR bus_read (3), .BR semop (3), .BR clock_gettime (3) -.SH AUTHORS -Principal author, Mattias Andrée. See the LICENSE file for the full -list of authors. -.SH LICENSE -MIT/X Consortium License. -.SH BUGS -Please report bugs to https://github.com/maandree/bus/issues or to -maandree@member.fsf.org diff --git a/doc/man/bus_read.3 b/bus_read.3 index 1caadfb..36fd4c9 100644 --- a/doc/man/bus_read.3 +++ b/bus_read.3 @@ -1,4 +1,4 @@ -.TH BUS_READ 3 BUS-%VERSION% +.TH BUS_READ 3 BUS .SH NAME bus_read, bus_read_timed - Listen for new messages a bus .SH SYNOPSIS @@ -69,11 +69,3 @@ function may also set \fIerrno\fP to any of the errors specified for .BR bus_poll (3), .BR semop (3), .BR clock_gettime (3) -.SH AUTHORS -Principal author, Mattias Andrée. See the LICENSE file for the full -list of authors. -.SH LICENSE -MIT/X Consortium License. -.SH BUGS -Please report bugs to https://github.com/maandree/bus/issues or to -maandree@member.fsf.org diff --git a/doc/man/bus_unlink.3 b/bus_unlink.3 index 83ec760..bd1891a 100644 --- a/doc/man/bus_unlink.3 +++ b/bus_unlink.3 @@ -1,4 +1,4 @@ -.TH BUS_UNLINK 3 BUS-%VERSION% +.TH BUS_UNLINK 3 BUS .SH NAME bus_unlink - Remove a bus .SH SYNOPSIS @@ -46,11 +46,3 @@ and .BR open (2), .BR semget (3), .BR shmget (3) -.SH AUTHORS -Principal author, Mattias Andrée. See the LICENSE file for the full -list of authors. -.SH LICENSE -MIT/X Consortium License. -.SH BUGS -Please report bugs to https://github.com/maandree/bus/issues or to -maandree@member.fsf.org diff --git a/doc/man/bus_write.3 b/bus_write.3 index 4513c29..833396e 100644 --- a/doc/man/bus_write.3 +++ b/bus_write.3 @@ -1,4 +1,4 @@ -.TH BUS_WRITE 3 BUS-%VERSION% +.TH BUS_WRITE 3 BUS .SH NAME bus_write, bus_write_timed - Broadcast a message a bus .SH SYNOPSIS @@ -54,11 +54,3 @@ function may also set \fIerrno\fP to any of the errors specified for .BR bus_chown (3), .BR bus_chmod (3), .BR clock_gettime (3) -.SH AUTHORS -Principal author, Mattias Andrée. See the LICENSE file for the full -list of authors. -.SH LICENSE -MIT/X Consortium License. -.SH BUGS -Please report bugs to https://github.com/maandree/bus/issues or to -maandree@member.fsf.org diff --git a/doc/protocol b/doc/protocol index f45799e..116c1b2 100644 --- a/doc/protocol +++ b/doc/protocol @@ -45,4 +45,3 @@ and `V(a)` is done when exiting the scope. It also means that these actions [P(a) and V(a)] are undone when the process exits, or if the call fails. `with V(a)` is to `V(a)` as `with P(a)` is to `P(a)`. - diff --git a/doc/info/fdl.texinfo b/fdl.texinfo index cb71f05..cb71f05 100644 --- a/doc/info/fdl.texinfo +++ b/fdl.texinfo diff --git a/doc/man/libbus.7 b/libbus.7 index 804ee97..3565b50 100644 --- a/doc/man/libbus.7 +++ b/libbus.7 @@ -1,4 +1,4 @@ -.TH LIBBUS 7 BUS-%VERSION% +.TH LIBBUS 7 BUS .SH NAME libbus - A simple daemonless system for broadcasting messages locally .SH DESCRIPTION @@ -29,11 +29,3 @@ None. .BR bus_poll_timed (3), .BR bus_chown (3), .BR bus_chmod (3) -.SH AUTHORS -Principal author, Mattias Andrée. See the LICENSE file for the full -list of authors. -.SH LICENSE -MIT/X Consortium License. -.SH BUGS -Please report bugs to https://github.com/maandree/bus/issues or to -maandree@member.fsf.org |