From ef88c4829ee33b3d0015665261d525c68712980a Mon Sep 17 00:00:00 2001 From: David Sommerseth Date: Tue, 19 Oct 2010 11:47:42 +0200 Subject: Fixed a Debian lintian complaints on a man page It didn't like that the NAME section contained a description instead. Signed-off-by: David Sommerseth --- man/eurephia-variables.7 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/man/eurephia-variables.7 b/man/eurephia-variables.7 index e882543..5aa40e2 100644 --- a/man/eurephia-variables.7 +++ b/man/eurephia-variables.7 @@ -1,5 +1,7 @@ -.TH "eurephia-variables" "7" "July 2010" "David Sommerseth" "" +.TH "eurephia-variables" "7" "October 2010" "David Sommerseth" "" .SH "NAME" +eurephia-variables \- Configuration variables used by eurephia +.SH "DESCRIPTION" Overview over all eurephia configuration variables. These variables are stored in the database and can be modified by the \fBeurephiadm config\fR command. .SH "PASSWORD HASH" These variables are related to the password hash configuration. All of them must be set, but they can be changed over time without affecting the functionality of the already stored passwords. -- cgit