aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2024-01-30 21:20:46 +0000
committerLaurent Bercot <ska@appnovation.com>2024-01-30 21:20:46 +0000
commita9739559f76a0a3dd691c580242ea0f5721d5b67 (patch)
tree8a7008a8b0f64f2ee2a3cbe71b3d00558c569280
parentfc041e21a22e7d7f05bc0d99470f81ba9b000623 (diff)
downloadapaste-a9739559f76a0a3dd691c580242ea0f5721d5b67.tar.gz
Doc typo fixes
Signed-off-by: Laurent Bercot <ska@appnovation.com>
-rw-r--r--doc/apaste.html2
-rw-r--r--doc/apastec.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/apaste.html b/doc/apaste.html
index 34f66d3..6664237 100644
--- a/doc/apaste.html
+++ b/doc/apaste.html
@@ -35,7 +35,7 @@ server.
connection, expecting to find an <a href="apasted.html">apasted</a> server at the
other end. </li>
<li> For every <em>file</em> given as argument, it sends the contents of <em>file</em>
-over the network. If <em>file</em> is <tt>-</tt> (dash), then stdout is transmitted
+over the network. If <em>file</em> is <tt>-</tt> (dash), then apaste's stdin is transmitted
until EOF. </li>
<li> The server answers with a blob of six printable characters, named a <em>slug</em>.
Depending on the server configuration, it may embed the slug in a complete URL, for
diff --git a/doc/apastec.html b/doc/apastec.html
index 6711f3f..594f2e3 100644
--- a/doc/apastec.html
+++ b/doc/apastec.html
@@ -34,7 +34,7 @@ standard input, and sends them to a preopened file descriptor.
its file descriptors 6 and 7 open and connected to a remote
<a href="apasted.html">apasted</a> server. </li>
<li> For every <em>file</em> given as argument, it sends the contents of <em>file</em>
-over the network. If <em>file</em> is <tt>-</tt> (dash), then stdout is transmitted
+over the network. If <em>file</em> is <tt>-</tt> (dash), then apastec's stdin is transmitted
until EOF. </li>
<li> The server answers with a blob of six printable characters, named a <em>slug</em>.
Depending on the server configuration, it may embed the slug in a complete URL, for