From 1d7aeaebb2875a367fe274061f54b5fede44f522 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Cami?= Date: Tue, 23 Jun 2020 09:39:02 +0200 Subject: [PATCH] man pages: fix epn.conf.5 and ipa-epn.1 formatting MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix formatting issues found with mandoc. Signed-off-by: François Cami Reviewed-By: Alexander Bokovoy Reviewed-By: Rob Crittenden --- client/man/epn.conf.5 | 2 +- client/man/ipa-epn.1 | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/client/man/epn.conf.5 b/client/man/epn.conf.5 index 14f5dbb75..df1f0156c 100644 --- a/client/man/epn.conf.5 +++ b/client/man/epn.conf.5 @@ -16,7 +16,7 @@ .\" .\" Author: Rob Crittenden .\" -.TH "epn.conf" "5" "Apr 28 2020" "FreeIPA" "FreeIPA Manual Pages" +.TH "EPN.CONF" "5" "April 28, 2020" "FreeIPA" "FreeIPA Manual Pages" .SH "NAME" epn.conf \- Expiring Password Notification configuration file .SH "SYNOPSIS" diff --git a/client/man/ipa-epn.1 b/client/man/ipa-epn.1 index 9999ea8ca..124fd4536 100644 --- a/client/man/ipa-epn.1 +++ b/client/man/ipa-epn.1 @@ -15,14 +15,14 @@ .\" along with this program. If not, see . .\" .\" -.TH "ipa-epn" "1" "Apr 24 2020" "FreeIPA" "FreeIPA Manual Pages" +.TH "IPA-EPN" "1" "April 24, 2020" "FreeIPA" "FreeIPA Manual Pages" .SH "NAME" ipa\-epn \- Send expiring password nofications .SH "SYNOPSIS" -ipa\-epn \[options\] +ipa\-epn \fR[options\fR] .SH "DESCRIPTION" -ipa\-epn provides a method to warn users via email that their IPA account password is about to expire. +ipa\-epn provides a method to warn users via email that their IPA account password is about to expire. It can be used in dry\-run mode which is recommmended during setup. The output is always JSON in this case. @@ -38,7 +38,7 @@ The \-\-to\-nbdays CLI option can be used to determine the number of notificatio If \fB\-\-from\-nbdays\fR is not specified, ipa\-epn will look within a 24\-hour long time range in days. -if \fB\-\-from\-nbdays\fR is specified, the date range starts at \fB\-\-from\-nbdays\fR days in the future and ends at \fB\-\-to\-nbdays\fR in the future. +if \fB\-\-from\-nbdays\fR is specified, the date range starts at \fB\-\-from\-nbdays\fR days in the future and ends at \fB\-\-to\-nbdays\fR in the future. Together, these two CLI options can be used to determine how many emails would be sent in a specific time in the future.