commit de6f994e5eff48db8bc3738ad3a7cb48a8348a95
parent c08b05552a6bb606d56c1e78f281ff49edc00ce2
Author: hhvn <dev@hhvn.uk>
Date: Mon, 9 May 2022 15:38:42 +0100
Fix typo in hirc.1.header: rtime --> rdate
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/hirc.1.header b/doc/hirc.1.header
@@ -78,7 +78,7 @@ Split string s using character c, and print nth element.
.It %{time:f,s}
If string s is a unix timestamp, format it by passing f to
.Xr strftime 3 "."
-.It %{rtime:s}
+.It %{rdate:s}
Get relative date from unix timestamp s.
This behaviour is dictated by rdate.* namespaced settings.
For a better understanding, see strrdate() in src/main.c.