M man1/cat.1 => man1/cat.1 +2 -2
@@ 1,6 1,6 @@
.\" SPDX-License-Identifier: 0BSD
.\"
-.Dd December 30, 2021
+.Dd January 23, 2022
.ds doc-volume-operating-system
.Dt CAT 1
.Os voreutils pre-v0.0.0-latest
@@ 156,7 156,7 @@ as today.
.Pp
.At v3
adds the
-.Pa - Ns -as-stdin
+.Sy - Ns -as-stdin
behaviour.
This can safely be considered fully-formed.
.Pp
M man1/cat.1.html => man1/cat.1.html +2 -2
@@ 259,7 259,7 @@ $
</div>
With the standard input stream used if no <var class="Ar">file</var>s, as today.
<p class="Pp"><span class="Ux">Version 3 AT&T UNIX</span> adds the
- <span class="Pa">-</span>-as-stdin behaviour. This can safely be considered
+ <b class="Sy">-</b>-as-stdin behaviour. This can safely be considered
fully-formed.</p>
<p class="Pp"><span class="Ux">Version 7 AT&T UNIX</span> sees a
rewrite in C with <code class="In"><<a class="In">stdio.h</a>></code>,
@@ 304,7 304,7 @@ With the standard input stream used if no <var class="Ar">file</var>s, as today.
</div>
<table class="foot">
<tr>
- <td class="foot-date">December 30, 2021</td>
+ <td class="foot-date">January 23, 2022</td>
<td class="foot-os">voreutils pre-v0.0.0-latest</td>
</tr>
</table>
M man1/nice.1 => man1/nice.1 +2 -2
@@ 1,6 1,6 @@
.\" SPDX-License-Identifier: 0BSD
.\"
-.Dd December 31, 2021
+.Dd January 23, 2022
.ds doc-volume-operating-system
.Dt NICE 1
.Os voreutils pre-v0.0.0-latest
@@ 28,7 28,7 @@ Niceness, ranging
.Bq Sy -20 , 19 ,
reflects the (inverse) scheduling priority.
.Ar diff
-may be any integer, but it will be clamped to that range by the system;
+may be any integer, but will be clamped to that range by the system;
lowering niceness (increasing priority) is a privileged operation: if it fails, a diagnostic is issued, but
.Ar program
is still executed.
M man1/nice.1.html => man1/nice.1.html +2 -2
@@ 48,7 48,7 @@
current niceness.</p>
<p class="Pp">Niceness, ranging [<b class="Sy">-20</b>, <b class="Sy">19</b>],
reflects the (inverse) scheduling priority. <var class="Ar">diff</var> may
- be any integer, but it will be clamped to that range by the system; lowering
+ be any integer, but will be clamped to that range by the system; lowering
niceness (increasing priority) is a privileged operation: if it fails, a
diagnostic is issued, but <var class="Ar">program</var> is still
executed.</p>
@@ 150,7 150,7 @@ Moving the caller to the low-priority queue, which "background jobs that
</div>
<table class="foot">
<tr>
- <td class="foot-date">December 31, 2021</td>
+ <td class="foot-date">January 23, 2022</td>
<td class="foot-os">voreutils pre-v0.0.0-latest</td>
</tr>
</table>
M man1/nohup.1 => man1/nohup.1 +5 -5
@@ 1,6 1,6 @@
.\" SPDX-License-Identifier: 0BSD
.\"
-.Dd December 30, 2021
+.Dd January 23, 2022
.ds doc-volume-operating-system
.Dt NOHUP 1
.Os voreutils pre-v0.0.0-latest
@@ 28,13 28,13 @@ ignoring
.Pq see Xr signal 7 for its circumstances and consequences ,
.
.It
-if the standard input stream is a terminal, binding it to a write-only
+if the standard input stream is a teletype, binding it to a write-only
.Pa /dev/null
stream, such that reads therefrom will hence fail with
.Sy EINVAL ,
.
.It
-if the standard output stream is a terminal, appending it to
+if the standard output stream is a teletype, appending it to
.Pa nohup.out ,
or, should that fail,
.Pa $HOME/nohup.out
@@ 46,7 46,7 @@ creating the file as
if necessary,
.
.It
-if the standard error stream is a terminal, binding it to the standard output stream, and finally
+if the standard error stream is a teletype, binding it to the standard output stream, and finally
.
.It
executing
@@ 100,6 100,6 @@ returned by
Conforms to
.St -p1003.1-2008 .
.Pp
-Noting the output redirexions if the standard error stream is a terminal is an extension, also present on the GNU system, which also exits
+Noting the output redirexions if the standard error stream is a teletype is an extension, also present on the GNU system, which also exits
.Sy 125
for set-up errors.
M man1/nohup.1.html => man1/nohup.1.html +5 -5
@@ 45,17 45,17 @@
<a class="permalink" href="#SIGHUP"><b class="Sy">SIGHUP</b></a> (see
<a class="Xr" href="../man7/signal.7.html">signal(7)</a> for its
circumstances and consequences),</li>
- <li id="EINVAL">if the standard input stream is a terminal, binding it to a
+ <li id="EINVAL">if the standard input stream is a teletype, binding it to a
write-only <span class="Pa">/dev/null</span> stream, such that reads
therefrom will hence fail with
<a class="permalink" href="#EINVAL"><b class="Sy">EINVAL</b></a>,</li>
- <li>if the standard output stream is a terminal, appending it to
+ <li>if the standard output stream is a teletype, appending it to
<span class="Pa">nohup.out</span>, or, should that fail,
<span class="Pa">$HOME/nohup.out</span> (provided the
<code class="Ev">HOME</code> <span class="No">environment variable is
set</span>), creating the file as <code class="Li">u=rw</code> -
<var class="Va">umask</var> if necessary,</li>
- <li>if the standard error stream is a terminal, binding it to the standard
+ <li>if the standard error stream is a teletype, binding it to the standard
output stream, and finally</li>
<li>executing <var class="Ar">program argument</var>s, searching for
<var class="Ar">program</var> in the <code class="Ev">PATH</code>.</li>
@@ 103,14 103,14 @@
<p class="Pp">Conforms to <span class="St">IEEE Std 1003.1-2008
(“POSIX.1”)</span>.</p>
<p class="Pp" id="125">Noting the output redirexions if the standard error
- stream is a terminal is an extension, also present on the GNU system, which
+ stream is a teletype is an extension, also present on the GNU system, which
also exits <a class="permalink" href="#125"><b class="Sy">125</b></a> for
set-up errors.</p>
</section>
</div>
<table class="foot">
<tr>
- <td class="foot-date">December 30, 2021</td>
+ <td class="foot-date">January 23, 2022</td>
<td class="foot-os">voreutils pre-v0.0.0-latest</td>
</tr>
</table>
M man1/seq.1 => man1/seq.1 +2 -2
@@ 1,6 1,6 @@
.\" SPDX-License-Identifier: 0BSD
.\"
-.Dd December 30, 2021
+.Dd January 23, 2022
.ds doc-volume-operating-system
.Dt SEQ 1
.Os voreutils pre-v0.0.0-latest
@@ 134,7 134,7 @@ With a default format of
(rounded to an integer).
.Fl p
induced the desired format from the number provided, in the
-.Dl [-][0anything]…[.[anything]…]
+.D1 Oo Sy \- Oc Ns Oo Sy 0 Ns anything Oc Ns … Ns Op Sy \&. Ns Oo anything Oc Ns …
format, with leading zeroes setting the width.
As a noted bug, exponent
.Pq the only other recognised floating point format, with Cm feEgG No available
M man1/seq.1.html => man1/seq.1.html +3 -4
@@ 42,8 42,7 @@
<var class="Ar">increment</var> (default <b class="Sy">1</b>), separated by
newlines, to the standard output stream. All numbers are
<var class="Vt">long double</var>s and must be numbers.
- <var class="Ar">increment</var> may not be
- <a class="permalink" href="#0"><b class="Sy" id="0">0</b></a>.</p>
+ <var class="Ar">increment</var> may not be <b class="Sy">0</b>.</p>
<p class="Pp">Unless an explicit format is specified with
<code class="Fl">-f</code>, the default if both <var class="Ar">from</var>
and <var class="Ar">increment</var> are finite is
@@ 142,7 141,7 @@ With a default format of "<code class="Cm">%.0f</code>" (rounded to an
integer). <code class="Fl">-p</code> induced the desired format from the
number provided, in the
<div class="Bd
- Bd-indent"><code class="Li">[-][0anything]…[.[anything]…]</code></div>
+ Bd-indent">[<b class="Sy">-</b>][<b class="Sy">0</b>anything]…[<a class="permalink" href="#."><b class="Sy" id=".">.</b></a>[anything]…]</div>
format, with leading zeroes setting the width. As a noted bug, exponent (the
only other recognised floating point format, with
<code class="Cm">feEgG</code> <span class="No">available</span>)
@@ 190,7 189,7 @@ format, with leading zeroes setting the width. As a noted bug, exponent (the
</div>
<table class="foot">
<tr>
- <td class="foot-date">December 30, 2021</td>
+ <td class="foot-date">January 23, 2022</td>
<td class="foot-os">voreutils pre-v0.0.0-latest</td>
</tr>
</table>
M man1/timeout.1 => man1/timeout.1 +2 -2
@@ 1,6 1,6 @@
.\" SPDX-License-Identifier: 0BSD
.\"
-.Dd December 31, 2021
+.Dd January 23, 2022
.ds doc-volume-operating-system
.Dt TIMEOUT 1
.Os voreutils pre-v0.0.0-latest
@@ 164,7 164,7 @@ May be specified as
.Ar signal ,
but sending it to
.Nm
-will only advance the timer state.
+will only advance it to sending the next signal.
.It Dv SIGTTIN , SIGTTOU
Ignored: this means that
.Qq Nm Ar 1 Nm cat Li &
M man1/timeout.1.html => man1/timeout.1.html +3 -2
@@ 152,7 152,8 @@ This is the same format as
<dd>Used for timing <var class="Ar">signal-after</var> and
<var class="Ar">kill-after</var>. May be specified as
<var class="Ar">signal</var>, but sending it to
- <code class="Nm">timeout</code> will only advance the timer state.</dd>
+ <code class="Nm">timeout</code> will only advance it to sending the next
+ signal.</dd>
<dt id="SIGTTIN"><a class="permalink" href="#SIGTTIN"><code class="Dv">SIGTTIN</code></a>,
<code class="Dv">SIGTTOU</code></dt>
<dd>Ignored: this means that "<code class="Nm">timeout</code>
@@ 251,7 252,7 @@ Note, how, despite the absence of <code class="Fl">-p</code>, the exit status
</div>
<table class="foot">
<tr>
- <td class="foot-date">December 31, 2021</td>
+ <td class="foot-date">January 23, 2022</td>
<td class="foot-os">voreutils pre-v0.0.0-latest</td>
</tr>
</table>
M man1/yes.1 => man1/yes.1 +3 -4
@@ 1,6 1,6 @@
.\" SPDX-License-Identifier: 0BSD
.\"
-.Dd August 29, 2021
+.Dd January 23, 2022
.ds doc-volume-operating-system
.Dt YES 1
.Os voreutils pre-v0.0.0-latest
@@ 27,11 27,10 @@ Does not exit normally.
.
.Sh HISTORY
.\" Do NOT add formatting here: this is copied from the raw 4BSD manpage
-.Nm
-first appeared, fully formed, in
+Appeared, fully formed, in
.At v7 .
.Bx 4 ,
-the first system to include a manual page for it, notes it as
+the first system to include a manual page for it, describes it as
.Qq be repetitively affirmative :
.Dl Sy yes Ns \ [\ Ns Sy expletive Ns \ ]
.Pp
M man1/yes.1.html => man1/yes.1.html +5 -5
@@ 47,10 47,10 @@
</section>
<section class="Sh">
<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-<p class="Pp"><code class="Nm">yes</code> first appeared, fully formed, in
- <span class="Ux">Version 7 AT&T UNIX</span>.
- <span class="Ux">4BSD</span>, the first system to include a manual page for
- it, notes it as "be repetitively affirmative":</p>
+<p class="Pp">Appeared, fully formed, in <span class="Ux">Version 7
+ AT&T UNIX</span>. <span class="Ux">4BSD</span>, the first system to
+ include a manual page for it, describes it as "be repetitively
+ affirmative":</p>
<div class="Bd
Bd-indent"><code class="Li"><a class="permalink" href="#yes"><b class="Sy" id="yes">yes</b></a> [ <a class="permalink" href="#expletive"><b class="Sy" id="expletive">expletive</b></a> ]</code></div>
<p class="Pp">Using more than one <var class="Ar">string</var> does not
@@ 59,7 59,7 @@
</div>
<table class="foot">
<tr>
- <td class="foot-date">August 29, 2021</td>
+ <td class="foot-date">January 23, 2022</td>
<td class="foot-os">voreutils pre-v0.0.0-latest</td>
</tr>
</table>