diff options
author | Bill Nottingham <notting@redhat.com> | 2013-05-10 14:17:01 -0400 |
---|---|---|
committer | Lukas Nykryn <lnykryn@redhat.com> | 2013-05-24 12:25:00 +0200 |
commit | c608ffa75d8efb10e98222ce1df4219230fcfc2c (patch) | |
tree | 203e047ad9137351f1519cadf6cd7f46c13f9918 /src | |
parent | 872fb9d5af99b9df2c882965510094b9168f3e62 (diff) | |
download | initscripts-c608ffa75d8efb10e98222ce1df4219230fcfc2c.tar initscripts-c608ffa75d8efb10e98222ce1df4219230fcfc2c.tar.gz initscripts-c608ffa75d8efb10e98222ce1df4219230fcfc2c.tar.bz2 initscripts-c608ffa75d8efb10e98222ce1df4219230fcfc2c.tar.xz initscripts-c608ffa75d8efb10e98222ce1df4219230fcfc2c.zip |
Tweak ifup/ifdown usage and man page to more clearly state that they refer to configurations, not devices.
Diffstat (limited to 'src')
-rw-r--r-- | src/ifup.8 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,9 +5,9 @@ ifup - bring a network interface up ifdown - take a network interface down .SH SYNOPSIS -.B ifup IFACE [boot] +.B ifup CONFIG [boot] -.B ifdown IFACE +.B ifdown CONFIG .SH DESCRIPTION The |