Add manpage for debnet.
authorMichael Prokop <mika@grml.org>
Tue, 7 Dec 2010 11:27:53 +0000 (12:27 +0100)
committerMichael Prokop <mika@grml.org>
Tue, 7 Dec 2010 11:30:40 +0000 (12:30 +0100)
docs/Makefile
docs/debnet.8.txt [new file with mode: 0644]

index e89b71c..5d00280 100644 (file)
@@ -23,7 +23,7 @@ man1 = $(usr)/share/man/man1/
        gzip -f --best `echo $^ |sed -e 's/.txt//'`
 
 
-MANPAGES = grml-sniff.8 grml-vnet.8
+MANPAGES = grml-sniff.8 grml-vnet.8 debnet.8
 
 all: doc
 
diff --git a/docs/debnet.8.txt b/docs/debnet.8.txt
new file mode 100644 (file)
index 0000000..30222bf
--- /dev/null
@@ -0,0 +1,31 @@
+DEBNET(8)
+=========
+
+NAME
+----
+debnet - scan for Debian-style network configs and enable it on the system
+
+SYNOPSIS
+--------
+*debnet*
+
+
+DESCRIPTION
+-----------
+
+*debnet* is a script which scans partitions for Debian-style network configs
+(/etc/network/interfaces) and enables it on the system.
+
+The feature was implemented as boot option for the Grml system but as you might
+want to use this feature standalone or within your own scripts the according
+code is provided as separate script nowadays.
+
+OPTIONS
+-------
+
+*-h*::
+Show the help message.
+
+AUTHOR
+------
+debnet was written by Michael Prokop <mika@grml.org>