mirror of
https://github.com/Tha14/toxic.git
synced 2024-11-22 20:43:02 +01:00
man page fixes/additions, rm unneeded toxic.conf file from install
This commit is contained in:
parent
581261afca
commit
e8a39e1722
@ -10,7 +10,7 @@ PREFIX = /usr/local
|
|||||||
BINDIR = $(PREFIX)/bin
|
BINDIR = $(PREFIX)/bin
|
||||||
DATADIR = $(PREFIX)/share/toxic
|
DATADIR = $(PREFIX)/share/toxic
|
||||||
MANDIR = $(PREFIX)/man/man1
|
MANDIR = $(PREFIX)/man/man1
|
||||||
DATAFILES = DHTnodes toxic.conf
|
DATAFILES = DHTnodes
|
||||||
MANFILES = toxic.1
|
MANFILES = toxic.1
|
||||||
|
|
||||||
LIBS = libtoxcore ncursesw
|
LIBS = libtoxcore ncursesw
|
||||||
|
15
doc/toxic.1
15
doc/toxic.1
@ -1,8 +1,6 @@
|
|||||||
.TH TOXIC 1 "June 2014" "Toxic v__VERSION__" "User Manual"
|
.TH TOXIC 1 "June 2014" "Toxic v__VERSION__" "User Manual"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
Toxic \- CLI for Tox
|
Toxic \- CLI client for Tox
|
||||||
|
|
||||||
.SH SYNOPSYS
|
.SH SYNOPSYS
|
||||||
.B toxic [\-f
|
.B toxic [\-f
|
||||||
.I data\-file
|
.I data\-file
|
||||||
@ -11,12 +9,10 @@ Toxic \- CLI for Tox
|
|||||||
.B ] [\-n
|
.B ] [\-n
|
||||||
.I nodes\-file
|
.I nodes\-file
|
||||||
.B ] [\-h]
|
.B ] [\-h]
|
||||||
|
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
Toxic is an ncurses-based instant messaging client for Tox which formerly
|
Toxic is an ncurses-based instant messaging client for Tox which formerly
|
||||||
resided in the Tox core repository, and is now available as a standalone
|
resided in the Tox core repository, and is now available as a standalone
|
||||||
application.
|
application.
|
||||||
|
|
||||||
.SH OPTIONS
|
.SH OPTIONS
|
||||||
.IP "\-f, \-\-file data\-file"
|
.IP "\-f, \-\-file data\-file"
|
||||||
Use specified
|
Use specified
|
||||||
@ -31,7 +27,7 @@ Force IPv4 connection
|
|||||||
Use specified
|
Use specified
|
||||||
.I config\-file
|
.I config\-file
|
||||||
instead of
|
instead of
|
||||||
.IR __DATADIR__/toxic.conf
|
.IR ~/.config/tox/toxic.conf
|
||||||
.IP "\-n, \-\-nodes nodes\-file"
|
.IP "\-n, \-\-nodes nodes\-file"
|
||||||
Use specified
|
Use specified
|
||||||
.I nodes\-file
|
.I nodes\-file
|
||||||
@ -39,13 +35,10 @@ for DHT bootstrap nodes, instead of
|
|||||||
.IR __DATADIR__/DHTnodes
|
.IR __DATADIR__/DHTnodes
|
||||||
.IP "\-h, \-\-help"
|
.IP "\-h, \-\-help"
|
||||||
Show help message
|
Show help message
|
||||||
|
|
||||||
.SH BUGS
|
.SH BUGS
|
||||||
Expect bugs and other bad things: this software is in pre\-alpha stage.
|
Resizing the terminal breaks the layout. We suggest you size your terminal as desired prior to starting the client. Unicode characters with a width larger than 1 column may cause strange behaviour. Expect more bugs and bad behaviour: this software is in a pre\-alpha stage.
|
||||||
|
|
||||||
.SH AUTHORS
|
.SH AUTHORS
|
||||||
JFreegman (JFreegman@gmail.com)
|
JFreegman <JFreegman@gmail.com>
|
||||||
|
|
||||||
.SH SEE ALSO
|
.SH SEE ALSO
|
||||||
Project page on github: https://github.com/Tox/toxic
|
Project page on github: https://github.com/Tox/toxic
|
||||||
.br
|
.br
|
||||||
|
Loading…
Reference in New Issue
Block a user