From: Erik van der Kouwe Date: Wed, 6 Jan 2010 08:24:06 +0000 (+0000) Subject: Man-page for netconf(8), contributed by Leith Brandeland X-Git-Tag: v3.1.6~106 X-Git-Url: http://zhaoyanbai.com/repos/?a=commitdiff_plain;h=33afb396f82bf4bd84fe5af671d77b930596691f;p=minix.git Man-page for netconf(8), contributed by Leith Brandeland --- diff --git a/man/man8/netconf.8 b/man/man8/netconf.8 new file mode 100644 index 000000000..ac25429d4 --- /dev/null +++ b/man/man8/netconf.8 @@ -0,0 +1,78 @@ +.TH NETCONF 8 +.SH NAME +netconf - a script to configure the network +.SH SYNOPSIS +.B netconf +.RB [\-q] +.RB [\-p +.RI ] +.RB [\-e +.RI ] +.RB [\-a] + +.B netconf +.RB [\-H +.RI "]" +.RB \-i +.RI +.RB \-n +.RI +.RB \-g +.RI +.RB \-d +.RI "" +.RB [\-s +.RI " ]" + +.B netconf +.RB [\-c] + +.SH DESCRIPTION +.B Netconf +allows the root user to configure the network. It defaults to an interactive +mode. However, command line options can be used to answer some of the +questions. +.SH OPTIONS +.TP +.B \-q +Limit generated output +.TP +.B \-p +Path prefix for configuration files. +.TP +.B \-e +Ethernet card +.TP +.B \-a +Use DHCP. (Will override -H, -i, -n, -g, -d, and -s flags) +.TP +.B \-H +Hostname +.TP +.B \-i +IP address +.TP +.B \-n +Netmask +.TP +.B \-g +Default Gateway +.TP +.B \-d +Primary DNS +.TP +.B \-s +Secondary DNS +.TP +.B \-h +Usage +.TP +.B \-c +Prints list of supported ethernet cards +.SH "SEE ALSO" +ifconfig(8), +dhcpd(8) +.SH NOTES +Must be the root user to execute this script. +.SH AUTHOR +Leith Brandeland