37 lines
943 B
Diff
37 lines
943 B
Diff
|
From b34ec23082995ef7d59fc43eb9b708c25560fb47 Mon Sep 17 00:00:00 2001
|
||
|
From: Jakub Wilk <jwilk@jwilk.net>
|
||
|
Date: Wed, 3 Oct 2018 00:16:22 +0200
|
||
|
Subject: [PATCH] doc/manpage: hardcode date.
|
||
|
MIME-Version: 1.0
|
||
|
Content-Type: text/plain; charset=UTF-8
|
||
|
Content-Transfer-Encoding: 8bit
|
||
|
|
||
|
man-pages(7) says this should be “the date of the last nontrivial change
|
||
|
that was made to the man page”, so unrelated to the time of build.
|
||
|
|
||
|
https://github.com/jwilk/mwic/issues/8
|
||
|
---
|
||
|
doc/manpage.rst | 4 +---
|
||
|
1 file changed, 1 insertion(+), 3 deletions(-)
|
||
|
|
||
|
diff --git a/doc/manpage.rst b/doc/manpage.rst
|
||
|
index f4ccfe6..b24fce4 100644
|
||
|
--- a/doc/manpage.rst
|
||
|
+++ b/doc/manpage.rst
|
||
|
@@ -8,7 +8,7 @@ Misspelled Words In Context
|
||
|
|
||
|
:manual section: 1
|
||
|
:version: mwic 0.7.6
|
||
|
-:date: |date|
|
||
|
+:date: 2018-09-06
|
||
|
|
||
|
Synopsis
|
||
|
--------
|
||
|
@@ -160,6 +160,4 @@ See also
|
||
|
<http://jbr.me.uk/linux/esl.html>
|
||
|
by Justin B Rye
|
||
|
|
||
|
-.. |date| date:: %Y-%m-%d
|
||
|
-
|
||
|
.. vim:ts=3 sts=3 sw=3
|