- Removed manpage for no longer existing genauth.

This commit is contained in:
Guus Sliepen 2000-11-04 15:17:02 +00:00
parent 3d7189a444
commit 417f36a079
2 changed files with 1 additions and 55 deletions

View file

@ -7,7 +7,7 @@ info_TEXINFOS = tinc.texi
dyn_MANS =
man_aux = $(dyn_MANS:.8=.x)
man_MANS = tincd.8 tinc.conf.5 genauth.8 $(dyn_MANS)
man_MANS = tincd.8 tinc.conf.5 $(dyn_MANS)
PERL = @PERL@
HELP2MAN = help2man

View file

@ -1,54 +0,0 @@
.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)