diff options
| author | 2022-08-24 03:56:55 +0100 | |
|---|---|---|
| committer | 2022-08-24 04:04:49 +0100 | |
| commit | d124f8c4db9d953dc9502bdfdae4891eeb647bc8 (patch) | |
| tree | 66100769217f96234e2edaa39e23321e36628894 | |
| parent | Fix some warnings in core_who on newer GCC. (diff) | |
Fix the last modified dates of the man pages.
The Linux man-pages project recommends using YYYY-MM-DD. Some dates
had also not been updated since they were added.
| -rw-r--r-- | make/template/inspircd-genssl.1 | 2 | ||||
| -rw-r--r-- | make/template/inspircd-testssl.1 | 2 | ||||
| -rw-r--r-- | make/template/inspircd.1 | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/make/template/inspircd-genssl.1 b/make/template/inspircd-genssl.1 index 9456cad45..7f36eb309 100644 --- a/make/template/inspircd-genssl.1 +++ b/make/template/inspircd-genssl.1 @@ -18,7 +18,7 @@ .\" -.TH "InspIRCd" "1" "June 2014" "InspIRCd @VERSION_FULL@" "InspIRCd Manual" +.TH "InspIRCd" "1" "2020-09-26" "InspIRCd @VERSION_FULL@" "InspIRCd Manual" .SH "NAME" \t\fBInspIRCd\fR - \fIthe\fR stable, high-performance and modular Internet Relay Chat Daemon diff --git a/make/template/inspircd-testssl.1 b/make/template/inspircd-testssl.1 index 4138c0e74..aaa40d619 100644 --- a/make/template/inspircd-testssl.1 +++ b/make/template/inspircd-testssl.1 @@ -17,7 +17,7 @@ .\" -.TH "InspIRCd" "1" "June 2020" "InspIRCd @VERSION_FULL@" "InspIRCd Manual" +.TH "InspIRCd" "1" "2020-06-16" "InspIRCd @VERSION_FULL@" "InspIRCd Manual" .SH "NAME" \t\fBInspIRCd\fR - \fIthe\fR stable, high-performance and modular Internet Relay Chat Daemon diff --git a/make/template/inspircd.1 b/make/template/inspircd.1 index 4aac14701..ccc87170f 100644 --- a/make/template/inspircd.1 +++ b/make/template/inspircd.1 @@ -17,7 +17,7 @@ .\" -.TH "InspIRCd" "1" "June 2014" "InspIRCd @VERSION_FULL@" "InspIRCd Manual" +.TH "InspIRCd" "1" 2018-08-24" "InspIRCd @VERSION_FULL@" "InspIRCd Manual" .SH "NAME" \t\fBInspIRCd\fR - \fIthe\fR stable, high-performance and modular Internet Relay Chat Daemon |
