From: Ivo Timmermans Date: Tue, 18 Apr 2000 15:59:22 +0000 (+0000) Subject: New manpage for genauth. X-Git-Tag: release-1.0pre1~89 X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=commitdiff_plain;h=8cdb84951019feb6d4954cd11eb9663c5b9ce363;ds=sidebyside New manpage for genauth. --- diff --git a/doc/genauth.8 b/doc/genauth.8 new file mode 100644 index 00000000..ecdfe826 --- /dev/null +++ b/doc/genauth.8 @@ -0,0 +1,54 @@ +.TH TINC 1 "April 2000" "tinc version 1.0" "FSF" +.SH NAME +genauth \- generate a passphrase for tinc +.SH SYNOPSIS +.PP +.B genauth +\fIbits\fR \fB>\fR \fIfile\fR +.PP +.B genauth +\fI-h\fR\fB|\fR\fI--help\fR +.SH DESCRIPTION +.PP +Use \fBgenauth\fR to generate a random passphrase for tinc. +\fIbits\fR is the desired length of the passphrase in bits. The +actual number will be rounded up to the next multiple of 64. The +default value is 1024. +.PP +If \fIfile\fR is omitted, the passphrase is written to stdout. +.SH OPTIONS +.TP +\fB\-h\fR, \fB\-\-help\fR +Show the syntax. +.SH "REPORTING BUGS" +Report bugs to tinc@nl.linux.org. +.SH "FILES" +.TP +\fI/etc/tinc\fR +The top directory for configuration files. +.PP +.SH "SEE ALSO" +\fBtincd\fR(8), +\fBtincd.conf\fR(5) +.TP +\fBhttp://tinc.nl.linux.org/\fR +.TP +\fBhttp://www.cabal.org/\fR +.PP +The full documentation for +.B tinc +is maintained as a Texinfo manual. If the +.B info +and +.B tinc +programs are properly installed at your site, the command +.IP +.B info tinc +.PP +should give you access to the complete manual. +.PP +tinc comes with ABSOLUTELY NO WARRANTY. This is free software, +and you are welcome to redistribute it under certain conditions; +see the file COPYING for details. +.PP +This product includes software developed by Eric Young (eay@mincom.oz.au)