Remove building with NOCRYPTO option
[minix3.git] / minix / commands / netconf / netconf.8
blob5e574b2ae26c91e2041ca24c69d9c9e2aae36e8c
1 .Dd February 22, 2017
2 .Dt NETCONF 8
3 .Os
4 .Sh NAME
5 .Nm netconf
6 .Nd configure the network interactively
7 .Sh SYNOPSIS
8 .Nm
9 .Op Fl lh
10 .Op Fl p Ar prefix
11 .Sh DESCRIPTION
12 The
13 .Nm
14 utility allows the root user to configure the network in an interactive mode.
15 .Sh OPTIONS
16 .Bl -tag -width XpXprefixXX
17 .It Fl l
18 Print a list of configurable interfaces.
19 .It Fl h
20 Print usage.
21 .It Fl p Ar prefix
22 Set a path prefix for configuration files (e.g., /mnt).
23 .El
24 .Sh SEE ALSO
25 .Xr ifconfig.if 5 ,
26 .Xr resolv.conf 5 ,
27 .Xr ifconfig 8 ,
28 .Xr route 8 ,
29 .Xr dhcpcd 8
30 .Sh BUGS
31 IPv6 support is limited at this time.
32 .Sh AUTHORS
33 Original version by Thomas Veerman <thomas@minix3.org>.
34 .Pp
35 NetBSD networking rewrite by David van Moolenbroek <david@minix3.org>.
36 .Pp
37 Original manual page by Leith Brandeland <lb.minix@gmail.com>.