diff options
author | Lucien Gentis <lgentis@apache.org> | 2020-10-09 16:33:17 +0200 |
---|---|---|
committer | Lucien Gentis <lgentis@apache.org> | 2020-10-09 16:33:17 +0200 |
commit | 4ae5ba04932af2babc1579315a7bb3e99fad3464 (patch) | |
tree | bcebd251c4aef7225654b250b2b7cfa568fd8d66 /docs/man | |
parent | russian doc rebuild. (diff) | |
download | apache2-4ae5ba04932af2babc1579315a7bb3e99fad3464.tar.xz apache2-4ae5ba04932af2babc1579315a7bb3e99fad3464.zip |
doc rebuild for russian integration.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1882358 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/man')
-rw-r--r-- | docs/man/htdbm.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/man/htdbm.1 b/docs/man/htdbm.1 index f1d262aa5e..1129ae4c4c 100644 --- a/docs/man/htdbm.1 +++ b/docs/man/htdbm.1 @@ -19,7 +19,7 @@ .el .ne 3 .IP "\\$1" \\$2 .. -.TH "HTDBM" 1 "2020-06-10" "Apache HTTP Server" "htdbm" +.TH "HTDBM" 1 "2020-10-09" "Apache HTTP Server" "htdbm" .SH NAME htdbm \- Manipulate DBM password databases @@ -163,7 +163,7 @@ To convert an existing text file \fBhtpasswd\fR-generated password file to a \fB .nf htdbm -cbp passwords\&.dbm bogus bogus - awk ‘BEGIN { FS=”:” }; {system (“htdbm -bp passwords\&.dbm ” $1 ” ” $2)}’ passwords + awk ‘BEGIN { FS=”:” }; {system (“htdbm -bp passwords\&.dbm ” $1 ” ” $2)}’ passwords htdbm -x bogus .fi |