From 5b88f5ba74fa9aa2cad82576308847e08cea88b1 Mon Sep 17 00:00:00 2001
From: Guus Sliepen <guus@tinc-vpn.org>
Date: Mon, 14 Jan 2013 12:57:33 +0100
Subject: [PATCH] Note that tincctl import is only meant to work with data from
 tincctl export.

---
 doc/tinc.texi    | 2 +-
 doc/tincctl.8.in | 4 +++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/doc/tinc.texi b/doc/tinc.texi
index 70045df0..4a5270bc 100644
--- a/doc/tinc.texi
+++ b/doc/tinc.texi
@@ -2194,7 +2194,7 @@ Export the host configuration file of the local node to standard output.
 Export all host configuration files to standard output.
 
 @item import [--force]
-Import host configuration file(s) from standard input.
+Import host configuration file(s) generated by the tincctl export command from standard input.
 Already existing host configuration files are not overwritten unless the option --force is used.
 
 @item start [tincd options]
diff --git a/doc/tincctl.8.in b/doc/tincctl.8.in
index f6b5010f..2b8f6d5b 100644
--- a/doc/tincctl.8.in
+++ b/doc/tincctl.8.in
@@ -80,7 +80,9 @@ Export the host configuration file of the local node to standard output.
 .It export-all
 Export all host configuration files to standard output.
 .It import Op Fl -force
-Import host configuration file(s) from standard input.
+Import host configuration data generated by the
+.Nm
+export command from standard input.
 Already existing host configuration files are not overwritten unless the option
 .Fl -force
 is used.
-- 
2.39.5