mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 18:40:39 +00:00
Fix making man pages
This commit is contained in:
parent
a57a2bb326
commit
fac241ea69
3 changed files with 6 additions and 9 deletions
|
@ -1,6 +1,6 @@
|
||||||
A2X = a2x
|
A2X = a2x
|
||||||
|
|
||||||
MANPAGESRC = signal-cli.1
|
MANPAGESRC = signal-cli.1 signal-cli-dbus.5 signal-cli-jsonrpc.5
|
||||||
|
|
||||||
.PHONY: all
|
.PHONY: all
|
||||||
all: $(MANPAGESRC)
|
all: $(MANPAGESRC)
|
||||||
|
|
|
@ -8,7 +8,7 @@ vim:set ts=4 sw=4 tw=82 noet:
|
||||||
|
|
||||||
== Name
|
== Name
|
||||||
|
|
||||||
DBus API for signal-cli - A commandline and dbus interface for the Signal messenger
|
signal-cli-dbus - A commandline and dbus interface for the Signal messenger
|
||||||
|
|
||||||
== Synopsis
|
== Synopsis
|
||||||
|
|
||||||
|
@ -64,15 +64,12 @@ link(newDeviceName<s>) -> deviceLinkUri<s>::
|
||||||
|
|
||||||
Returns a URI of the form "sgnl://linkdevice?uuid=...".
|
Returns a URI of the form "sgnl://linkdevice?uuid=...".
|
||||||
This can be piped to a QR encoder to create a display that can be captured by a Signal smartphone client.
|
This can be piped to a QR encoder to create a display that can be captured by a Signal smartphone client.
|
||||||
|
|
||||||
For example:
|
For example:
|
||||||
|
|
||||||
[source]
|
```
|
||||||
|
|
||||||
----
|
|
||||||
dbus-send --session --dest=org.asamk.Signal --type=method_call --print-reply /org/asamk/Signal org.asamk.Signal.link string:"My secondary client" | tr '\n' '\0' | sed 's/.*string //g' | sed 's/\"//g' | qrencode -s10 -tANSI256
|
dbus-send --session --dest=org.asamk.Signal --type=method_call --print-reply /org/asamk/Signal org.asamk.Signal.link string:"My secondary client" | tr '\n' '\0' | sed 's/.*string //g' | sed 's/\"//g' | qrencode -s10 -tANSI256
|
||||||
----
|
```
|
||||||
|
|
||||||
Exceptions: Failure
|
|
||||||
|
|
||||||
listAccounts() -> accountList<as>::
|
listAccounts() -> accountList<as>::
|
||||||
* accountList : Array of all attached accounts in DBus object path form
|
* accountList : Array of all attached accounts in DBus object path form
|
||||||
|
|
|
@ -8,7 +8,7 @@ vim:set ts=4 sw=4 tw=82 noet:
|
||||||
|
|
||||||
== Name
|
== Name
|
||||||
|
|
||||||
JSON-RPC API for signal-cli - A commandline and dbus interface for the Signal messenger
|
signal-cli-jsonrpc - A commandline and dbus interface for the Signal messenger
|
||||||
|
|
||||||
== Synopsis
|
== Synopsis
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue