From: Michael Prokop Date: Tue, 7 Dec 2010 11:27:53 +0000 (+0100) Subject: Add manpage for debnet. X-Git-Tag: v0.4.0~1 X-Git-Url: http://git.grml.org/?p=grml-network.git;a=commitdiff_plain;h=8cd1f634b6d674bc1c95ff326fe3a888885e7ec7 Add manpage for debnet. --- diff --git a/docs/Makefile b/docs/Makefile index e89b71c..5d00280 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -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 index 0000000..30222bf --- /dev/null +++ b/docs/debnet.8.txt @@ -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