From 3abadc4aec76ff4425b1c69bc44f76a3619ce6de Mon Sep 17 00:00:00 2001 From: James Vega Date: Mon, 4 Apr 2005 03:14:35 +0000 Subject: [PATCH] Update the man pages. --- docs/man/supybot-adduser.1 | 10 ++++++++-- docs/man/supybot-wizard.1 | 5 ++++- docs/man/supybot.1 | 9 ++++++--- 3 files changed, 18 insertions(+), 6 deletions(-) diff --git a/docs/man/supybot-adduser.1 b/docs/man/supybot-adduser.1 index f360adc79..a94bdd5b4 100644 --- a/docs/man/supybot-adduser.1 +++ b/docs/man/supybot-adduser.1 @@ -1,7 +1,7 @@ .\" Process this file with .\" groff -man -Tascii supybot-adduser.1 .\" -.TH SUPYBOT\-ADDUSER 1 "SEPTEMBER 2004" +.TH SUPYBOT\-ADDUSER 1 "APRIL 2005" .SH NAME supybot\-adduser \- Adds a user to a Supybot users.conf file .SH SYNOPSIS @@ -22,6 +22,9 @@ Show summary of options. .BR \-u " NAME" "\fR,\fP \-\^\-username=" NAME Specifies the username to use for the new user. .TP +.BR \-p " PASSWORD" "\fR,\fP \-\^\-password=" PASSWORD +Specifies the password to use for the new user. +.TP .BR \-x ", " \-\^\-hashed Hash encrypt the password. .TP @@ -34,8 +37,11 @@ multiple times. .SH "SEE ALSO" .IR python (1), .IR supybot (1), +.IR supybot\-test (1), +.IR supybot\-botchk (1), .IR supybot\-wizard (1), -.IR supybot\-newplugin (1) +.IR supybot\-plugin\-doc (1), +.IR supybot\-plugin\-create (1) .SH AUTHOR This manual page was originally written by James Vega . Permission is granted to copy, diff --git a/docs/man/supybot-wizard.1 b/docs/man/supybot-wizard.1 index b5c2d3b7c..07fdc46b5 100644 --- a/docs/man/supybot-wizard.1 +++ b/docs/man/supybot-wizard.1 @@ -31,8 +31,11 @@ connection. .SH "SEE ALSO" .IR python (1), .IR supybot (1), +.IR supybot\-test (1), +.IR supybot\-botchk (1), .IR supybot\-adduser (1), -.IR supybot\-newplugin (1) +.IR supybot\-plugin\-doc (1), +.IR supybot\-plugin\-create (1) .SH AUTHOR This manual page was originally written by James Vega . Permission is granted to copy, diff --git a/docs/man/supybot.1 b/docs/man/supybot.1 index a6312187e..3db9f3422 100644 --- a/docs/man/supybot.1 +++ b/docs/man/supybot.1 @@ -1,7 +1,7 @@ .\" Process this file with .\" groff -man -Tascii supybot.1 .\" -.TH SUPYBOT 1 "SEPTEMBER 2004" +.TH SUPYBOT 1 "APRIL 2005" .SH NAME supybot \- A robust and user friendly Python IRC bot .SH SYNOPSIS @@ -27,7 +27,7 @@ Show summary of options. Enable profiling. .TP .B \-O -Optimizes asserts out of the code; \-O0 optimizes asserts and uses +Optimizes asserts out of the code; \-OO optimizes asserts and uses .IR psyco . .TP .BI \-n " NICK" "\fR,\fP \-\^\-nick=" NICK @@ -58,9 +58,12 @@ Determines whether some extra debugging stuff will be logged by this script. .SH "SEE ALSO" .IR python (1), +.IR supybot\-test (1), +.IR supybot\-botchk (1), .IR supybot\-wizard (1), .IR supybot\-adduser (1), -.IR supybot\-newplugin (1) +.IR supybot\-plugin\-doc (1), +.IR supybot\-plugin\-create (1) .SH AUTHOR This manual page was originally written by James Vega . Permission is granted to copy,