I've found the command intuitive but the documentation confused me a
little bit.

So here's a patch.

>From bb4dbf267857737ad88240d2ad9cead9b3c3481f Mon Sep 17 00:00:00 2001
From: Joshua Haase <hah...@gmail.com>
Date: Sun, 29 Jul 2018 04:44:57 -0500
Subject: [PATCH] fdmove documentation have fd backwards.

---
 doc/fdmove.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/fdmove.html b/doc/fdmove.html
index 39bdb2b..c56787a 100644
--- a/doc/fdmove.html
+++ b/doc/fdmove.html
@@ -26,7 +26,7 @@ executes a program.
 <h2> Interface </h2>
 
 <pre>
-     fdmove [ -c ] <em>fdto</em> <em>fdfrom</em> <em>prog...</em>
+     fdmove [ -c ] <em>fdfrom</em> <em>fdto</em> <em>prog...</em>
 </pre>
 
 <p>
-- 
2.17.1

Reply via email to