- Removed manpage for no longer existing genauth.
authorGuus Sliepen <guus@tinc-vpn.org>
Sat, 4 Nov 2000 15:17:02 +0000 (15:17 +0000)
committerGuus Sliepen <guus@tinc-vpn.org>
Sat, 4 Nov 2000 15:17:02 +0000 (15:17 +0000)
doc/Makefile.am
doc/genauth.8 [deleted file]

index 9f3f7ebdcb5212a56d4986ac76cd792aa6de9cb5..24e83df0180d1b38b16460dd86afcb1cd010b9c9 100644 (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
diff --git a/doc/genauth.8 b/doc/genauth.8
deleted file mode 100644 (file)
index ecdfe82..0000000
+++ /dev/null
@@ -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)