]> nmode's Git Repositories - signal-cli/commitdiff
Fix making man pages
authorAsamK <asamk@gmx.de>
Sat, 11 Dec 2021 20:04:17 +0000 (21:04 +0100)
committerAsamK <asamk@gmx.de>
Sat, 11 Dec 2021 20:04:17 +0000 (21:04 +0100)
man/Makefile
man/signal-cli-dbus.5.adoc
man/signal-cli-jsonrpc.5.adoc

index adbe7394517ec71b5ba150a8502b1f73fade51e0..55d27fd3432212c37e8523662dc533840aa64871 100644 (file)
@@ -1,6 +1,6 @@
 A2X = a2x
 
-MANPAGESRC = signal-cli.1
+MANPAGESRC = signal-cli.1 signal-cli-dbus.5 signal-cli-jsonrpc.5
 
 .PHONY: all
 all: $(MANPAGESRC)
index e07e46668a803c34191fe70249e39328361d654e..a475eadc66c89b768f05c2a76a8cd77440b9c717 100644 (file)
@@ -8,7 +8,7 @@ vim:set ts=4 sw=4 tw=82 noet:
 
 == 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
 
@@ -64,15 +64,12 @@ link(newDeviceName<s>) -> deviceLinkUri<s>::
 
 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.
-For example:
 
-[source]
+For example:
 
-----
+```
 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>::
 * accountList : Array of all attached accounts in DBus object path form
index 24672484960d8127e554fef267494b517ac10b8e..0a2ed9502dab9e2fc0d763e38868ebaab96734c5 100644 (file)
@@ -8,7 +8,7 @@ vim:set ts=4 sw=4 tw=82 noet:
 
 == 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