Fix typo in name of rlm_dbm_parser man page
authorJohn Dennis <jdennis@redhat.com>
Fri, 13 Jan 2012 17:45:14 +0000 (12:45 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 16 Jan 2012 20:41:36 +0000 (21:41 +0100)
It was rlm_dbm_parse but should be rlm_dbm_parser to match the
executable name. Also fix name in man page.

src/modules/rlm_dbm/Makefile.in
src/modules/rlm_dbm/rlm_dbm_parser.8 [moved from src/modules/rlm_dbm/rlm_dbm_parse.8 with 91% similarity]

index 855b284..491b1d8 100644 (file)
@@ -22,4 +22,4 @@ rlm_dbm_cat: rlm_dbm_cat.lo $(LIBRADIUS)
 
 rlm_dbm_install: rlm_dbm_cat rlm_dbm_parser
        $(INSTALL) -m 644 rlm_dbm_cat.8 $(R)$(mandir)/man8
-       $(INSTALL) -m 644 rlm_dbm_parse.8 $(R)$(mandir)/man8
+       $(INSTALL) -m 644 rlm_dbm_parser.8 $(R)$(mandir)/man8
similarity index 91%
rename from src/modules/rlm_dbm/rlm_dbm_parse.8
rename to src/modules/rlm_dbm/rlm_dbm_parser.8
index 51dd1fc..578e718 100644 (file)
@@ -1,8 +1,8 @@
-.TH RLM_DBM_PARSE 8
+.TH RLM_DBM_PARSER 8
 .SH NAME
-rlm_dbm_parse - transforms simple syntax into rlm_dbm format
+rlm_dbm_parser - transforms simple syntax into rlm_dbm format
 .SH SYNOPSIS
-.B rlm_dbm_parse
+.B rlm_dbm_parser
 .RB [ \-c ]
 .RB [ \-d
 .IR raddb ]
@@ -12,17 +12,17 @@ rlm_dbm_parse - transforms simple syntax into rlm_dbm format
 .IR outputfile ]
 .RB [ \-x ]
 .RB [ \-v ]
-.RB [ \-q ] 
+.RB [ \-q ]
 [\fIusername ...\fP]
 
 .SH DESCRIPTION
-\fBrlm_dbm_parse\fP reads a file of the syntax defined below, and writes
+\fBrlm_dbm_parser\fP reads a file of the syntax defined below, and writes
 a database file usable by rlm_dbm or edits current database.
 .PP
 
 .SH INPUT FORMAT
 
-\fIrlm_dbm_parse\fP reads a format similar to the one used by the files
+\fIrlm_dbm_parser\fP reads a format similar to the one used by the files
 module. In incomplete RFC2234 ABNF, it looks like this:
 
 .nf