summaryrefslogtreecommitdiff
path: root/ifconfig.1
diff options
context:
space:
mode:
Diffstat (limited to 'ifconfig.1')
-rw-r--r--ifconfig.116
1 files changed, 15 insertions, 1 deletions
diff --git a/ifconfig.1 b/ifconfig.1
index 9468f98..7f896a0 100644
--- a/ifconfig.1
+++ b/ifconfig.1
@@ -6,13 +6,27 @@
.Nd inspect and manipulate network settings
.Sh SYNOPSIS
.Nm
+[-a] [interface] [options]
+.Nm
+interface link [up|down]
.Sh DESCRIPTION
.Nm
.Sh OPTIONS
.sp
.RE
-\fB\-a\fP
+\fB-a\fP
.RS 4
Show all network interfaces and configurations
.RE
+.sp
+\fBinterface\fP
+.RS 4
+The name of the interface, for instance \fBeth0\fP.
+.RE
+.sp
+\fBdown|up\fP
+.RS 4
+Set the interfacde \fBup\fP or \fBdown\fP.
+.RE
+