minor typo fix: fwkop -> fwknop

This commit is contained in:
Michael Rash 2011-09-12 23:04:41 -04:00
parent f693a2721c
commit 35abc349ab
4 changed files with 7 additions and 7 deletions

View File

@ -353,11 +353,11 @@ program parameters at runtime. It also allows for additional named
configuration 'stanzas' for setting program parameters for a particular
invocation.
The *fwkop* client will create this file if it does not exist in the user's
The *fwknop* client will create this file if it does not exist in the user's
home directory. This initial version has some sample directives that are
commented out. It is up to the user to edit this file to meet their needs.
The '.fwkoprc' file contains a default configuration area or stanza which
The '.fwknoprc' file contains a default configuration area or stanza which
holds global configuration directives that override the program defaults.
You can edit this file and create additonal 'named stanzas' that can be
specified with the *-n* or *--named-config* option. Parameters defined in

View File

@ -36,12 +36,12 @@ COMMAND-LINE OPTIONS
--------------------
*-a, --access-file*='<access-file>'::
Specify the location of the 'access.conf' file. If this option is
not given, 'fwkopd' will use the compile-time default location (typically
not given, 'fwknopd' will use the compile-time default location (typically
'@sysconfdir@/fwknop/access.conf'.
*-c, --config*='<config-file>'::
Specify the location of the 'fwknopd.conf' file. If this option is
not given, 'fwkopd' will use the default location (typically
not given, 'fwknopd' will use the default location (typically
'@sysconfdir@/fwknop/fwknopd.conf'.
*-C, --packet-limit*='<n>'::

View File

@ -188,7 +188,7 @@ modules and has a relatively large footprint in memory. This C-based
library eliminates those dependencies and has a much smaller footprint.
@item It's easy
libfko hides many of the gory details of fwkop's @acronym{SPA} message data
libfko hides many of the gory details of fwknop's @acronym{SPA} message data
format, encoding, encrypting, decrypting, decoding, and parsing. In most
cases, only a few function calls will be needed create or parse a @acronym{SPA}
message.
@ -398,7 +398,7 @@ fields that have a default value.
@cindex message types
The fwknop system (and subsequently libfko), support a specific set of
message types. The message type value is used by fwkop to help determine
message types. The message type value is used by fwknop to help determine
the correct message format and content. These message types are:
@deftypevar int fko_message_type_t

View File

@ -60,7 +60,7 @@ much more difficult.
%description -n libfko
The Firewall Knock Operator library, libfko, provides the Single Packet
Authorization implementation and API for the other fwkop components.
Authorization implementation and API for the other fwknop components.
%description -n libfko-devel
This is the libfko development header and API documentation.