minor ChangeLog update for --stanza-list

This commit is contained in:
Michael Rash
2013-08-08 21:37:44 -04:00
parent d9ba40d48f
commit eb7914d45c
3 changed files with 10 additions and 3 deletions

View File

@@ -3,6 +3,8 @@ fwknop-2.5.2 (//2013):
or fwknopd command to be sent through gdb with the same command line or fwknopd command to be sent through gdb with the same command line
args as the test suite used. This is for convenience to rapidly allow args as the test suite used. This is for convenience to rapidly allow
gdb to be launched when investigating fwknop/fwknopd problems. gdb to be launched when investigating fwknop/fwknopd problems.
- [client] (Franck Joncourt) Added --stanza-list argument to show the
stanza names from ~/.fwknoprc.
fwknop-2.5.1 (07/25/2013): fwknop-2.5.1 (07/25/2013):
- [client] Bug fix to reset terminal setting to orignal values after - [client] Bug fix to reset terminal setting to orignal values after

View File

@@ -2,12 +2,12 @@
.\" Title: fwknop .\" Title: fwknop
.\" Author: [see the "AUTHORS" section] .\" Author: [see the "AUTHORS" section]
.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
.\" Date: 07/09/2013 .\" Date: 08/08/2013
.\" Manual: Fwknop Client .\" Manual: Fwknop Client
.\" Source: Fwknop Client .\" Source: Fwknop Client
.\" Language: English .\" Language: English
.\" .\"
.TH "FWKNOP" "8" "07/09/2013" "Fwknop Client" "Fwknop Client" .TH "FWKNOP" "8" "08/08/2013" "Fwknop Client" "Fwknop Client"
.\" ----------------------------------------------------------------- .\" -----------------------------------------------------------------
.\" * Define some portability stuff .\" * Define some portability stuff
.\" ----------------------------------------------------------------- .\" -----------------------------------------------------------------
@@ -254,6 +254,11 @@ Used with
to overwrite all of the variables for the specified stanza to overwrite all of the variables for the specified stanza
.RE .RE
.PP .PP
\fB\-\-stanza\-list\fR
.RS 4
Dump a list of the stanzas found in \(lq$HOME/\&.fwknoprc\(rq\&.
.RE
.PP
\fB\-\-show\-last\fR \fB\-\-show\-last\fR
.RS 4 .RS 4
Display the last command\-line arguments used by Display the last command\-line arguments used by

View File

@@ -257,7 +257,7 @@ GENERAL OPTIONS
specified stanza specified stanza
*--stanza-list*:: *--stanza-list*::
Dump a list of the stanzas found in $HOME/.fwknoprc. Dump a list of the stanzas found in ``$HOME/.fwknoprc''.
*--show-last*:: *--show-last*::
Display the last command-line arguments used by *fwknop*. Display the last command-line arguments used by *fwknop*.