From 2ced1b70b678d2679984236da0e1d59c2489e46d Mon Sep 17 00:00:00 2001 From: Ken Coar Date: Tue, 9 Jan 2001 22:53:05 +0000 Subject: [PATCH] Minor typo fix. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87635 13f79535-47bb-0310-9956-ffa450edef68 --- docs/man/htdigest.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/man/htdigest.1 b/docs/man/htdigest.1 index c700e1f352..a1c6cde4c4 100644 --- a/docs/man/htdigest.1 +++ b/docs/man/htdigest.1 @@ -1,4 +1,4 @@ -.TH htdigest 1 "March 1998" +.TH htdigest 1 "January 2001" .\" The Apache Software License, Version 1.1 .\" .\" Copyright (c) 2000 The Apache Software Foundation. All rights @@ -85,7 +85,7 @@ Name of the file to contain the username, realm and password. If \-c is given, this file is created if it does not already exist, or deleted and recreated if it does exist. .IP \fB\fIrealm\fP -The realm name to which the user name belongs to. +The realm name to which the user name belongs. .IP \fB\fIusername\fP The user name to create or update in \fBpasswdfile\fP. If \fIusername\fP does not exist is this file, an entry is added. If it -- 2.50.1