summaryrefslogtreecommitdiffstats
path: root/docs/man
diff options
context:
space:
mode:
authorLucien Gentis <lgentis@apache.org>2020-10-09 16:33:17 +0200
committerLucien Gentis <lgentis@apache.org>2020-10-09 16:33:17 +0200
commit4ae5ba04932af2babc1579315a7bb3e99fad3464 (patch)
treebcebd251c4aef7225654b250b2b7cfa568fd8d66 /docs/man
parentrussian doc rebuild. (diff)
downloadapache2-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.14
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 &#8216;BEGIN { FS=&#8221;:&#8221; }; {system (&#8220;htdbm -bp passwords\&.dbm &#8221; $1 &#8221; &#8221; $2)}&#8217; passwords
+ awk ‘BEGIN { FS=”:” }; {system (“htdbm -bp passwords\&.dbm ” $1 ” ” $2)}’ passwords
htdbm -x bogus
.fi