Skip to content

Commit 5973e14

Browse files
committed
Minor documentation update.
1 parent f7539b9 commit 5973e14

File tree

6 files changed

+13
-14
lines changed

6 files changed

+13
-14
lines changed

datediff.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env ksh
22
# datediff.sh - Calculate time ranges between dates
3-
# v0.25.1 dec/2024 mountaineerbr GPLv3+
3+
# v0.25.2 dec/2024 mountaineerbr GPLv3+
44
[[ -n $BASH_VERSION ]] && shopt -s extglob #bash2.05b+/ksh93u+/zsh5+
55
[[ -n $ZSH_VERSION ]] && setopt NO_SH_GLOB KSH_GLOB KSH_ARRAYS SH_WORD_SPLIT GLOB_SUBST
66

@@ -242,7 +242,7 @@ OPTIONS
242242
-f FMT Input time format string (only with BSD \`date').
243243
-R Print human time in RFC-5322 format (verbose).
244244
-r, -@ Input DATES are UNIX times.
245-
-tt Table layout display of single unit intervals.
245+
-tt Table display of single unit intervals.
246246
-u Set or print UTC time instead of local time.
247247
-vvv Verbose level, change print layout of functions."
248248

man/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
author:
33
- Jamil Soni N
44
date: December 2024
5-
title: DATEDIFF.SH(1) v0.25.1 \| General Commands Manual
5+
title: DATEDIFF.SH(1) v0.25.2 \| General Commands Manual
66
---
77

88
# NAME
@@ -290,7 +290,7 @@ Print human time in RFC-5322 format (verbose).
290290
Input DATES are UNIX timestamps.
291291

292292
**-t**, **-tt**
293-
Table view and layouts of single unit intervals (such as `-vtt`).
293+
Table display of single unit intervals (such as `-vtt`).
294294

295295
**-u**
296296
Set or print in UTC times instead of local times. This affects how

man/datediff.sh.1

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" Automatically generated by Pandoc 3.1.11.1
22
.\"
3-
.TH "DATEDIFF.SH" "1" "December 2024" "v0.25.1" "General Commands Manual"
3+
.TH "DATEDIFF.SH" "1" "December 2024" "v0.25.2" "General Commands Manual"
44
.SH NAME
55
.PP
66
\ \ \ \f[B]datediff.sh\f[R] \- Calculate time ranges / intervals between
@@ -406,8 +406,7 @@ Print human time in RFC\-5322 format (verbose).
406406
Input DATES are UNIX timestamps.
407407
.TP
408408
\f[B]\-t\f[R], \f[B]\-tt\f[R]
409-
Table view and layouts of single unit intervals (such as
410-
\f[CR]\-vtt\f[R]).
409+
Table display of single unit intervals (such as \f[CR]\-vtt\f[R]).
411410
.TP
412411
\f[B]\-u\f[R]
413412
Set or print in UTC times instead of local times.

man/datediff.sh.1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
% DATEDIFF.SH(1) v0.25.1 | General Commands Manual
1+
% DATEDIFF.SH(1) v0.25.2 | General Commands Manual
22
% Jamil Soni N
33
% December 2024
44

@@ -321,7 +321,7 @@ optionally required.
321321

322322
**-t**, **-tt**
323323

324-
: Table view and layouts of single unit intervals (such as `-vtt`).
324+
: Table display of single unit intervals (such as `-vtt`).
325325

326326
**-u**
327327

man/datediff.sh.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta name="generator" content="pandoc" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
77
<meta name="author" content="Jamil Soni N" />
8-
<title>DATEDIFF.SH(1) v0.25.1 | General Commands Manual</title>
8+
<title>DATEDIFF.SH(1) v0.25.2 | General Commands Manual</title>
99
<style>
1010
html {
1111
color: #1a1a1a;
@@ -171,7 +171,7 @@
171171
</head>
172172
<body>
173173
<header id="title-block-header">
174-
<h1 class="title">DATEDIFF.SH(1) v0.25.1 | General Commands Manual</h1>
174+
<h1 class="title">DATEDIFF.SH(1) v0.25.2 | General Commands Manual</h1>
175175
<p class="author">Jamil Soni N</p>
176176
<p class="date">December 2024</p>
177177
</header>
@@ -456,7 +456,7 @@ <h2 id="options">OPTIONS</h2>
456456
</dd>
457457
<dt><strong>-t</strong>, <strong>-tt</strong></dt>
458458
<dd>
459-
<p>Table view and layouts of single unit intervals (such as
459+
<p>Table display of single unit intervals (such as
460460
<code>-vtt</code>).</p>
461461
</dd>
462462
<dt><strong>-u</strong></dt>

man/datediff.sh.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
DATEDIFF.SH(1) v0.25.1 | General Commands Manual
1+
DATEDIFF.SH(1) v0.25.2 | General Commands Manual
22
Jamil Soni N
33
December 2024
44

@@ -290,7 +290,7 @@ Main Function
290290

291291
-t, -tt
292292

293-
Table view and layouts of single unit intervals (such as -vtt).
293+
Table display of single unit intervals (such as -vtt).
294294

295295
-u
296296

0 commit comments

Comments
 (0)