about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2019-12-15 16:28:13 +0000
committerAlyssa Ross <hi@alyssa.is>2019-12-15 16:28:13 +0000
commit89990f7ae1b8b26f4d6915914e1ede95156e1a95 (patch)
treee309ae86b60eed2c8005ff185238a28d0e0d7961
parent8405605515054bbb94e8fd83fa8c14c2fdf83b36 (diff)
downloadmktuntap-89990f7ae1b8b26f4d6915914e1ede95156e1a95.tar
mktuntap-89990f7ae1b8b26f4d6915914e1ede95156e1a95.tar.gz
mktuntap-89990f7ae1b8b26f4d6915914e1ede95156e1a95.tar.bz2
mktuntap-89990f7ae1b8b26f4d6915914e1ede95156e1a95.tar.lz
mktuntap-89990f7ae1b8b26f4d6915914e1ede95156e1a95.tar.xz
mktuntap-89990f7ae1b8b26f4d6915914e1ede95156e1a95.tar.zst
mktuntap-89990f7ae1b8b26f4d6915914e1ede95156e1a95.zip
README improvements
-rw-r--r--README11
1 files changed, 6 insertions, 5 deletions
diff --git a/README b/README
index 84769aa..69ad0ef 100644
--- a/README
+++ b/README
@@ -1,13 +1,14 @@
 mktuntap
 --------
 
-creates a tun or tap device on a specified file descriptor, and then
-execs into the rest of argv.
+Creates a TUN or TAP device on a specified file descriptor, sets an
+environment variable indicating its name, and then execs into the rest
+of argv.
 
 mktuntap makes use of example code from the Linux kernel, and as such is
 licensed under (only) version 2 of the GNU General Public License as
 published by the Free Software Foundation.
 
-Other source files are licensed under the GNU General Public License,
-either version 2 of the License, or (at your option) any later
-version.
+Other source files are licensed under the GNU General Public License
+as published by the Free Software Foundation, either version 2 of the
+License, or (at your option) any later version.