diff options
author | yar <yar@FreeBSD.org> | 2001-08-22 18:37:47 +0000 |
---|---|---|
committer | yar <yar@FreeBSD.org> | 2001-08-22 18:37:47 +0000 |
commit | 32257b83b8a3a80f3cba10c22ce35c5b8f174a7e (patch) | |
tree | 51f5e51df047024cd5f784a8c2218bf15ff6f336 /sbin/ifconfig | |
parent | f658586bd80bc566e083cddcefe7268252135460 (diff) | |
download | FreeBSD-src-32257b83b8a3a80f3cba10c22ce35c5b8f174a7e.zip FreeBSD-src-32257b83b8a3a80f3cba10c22ce35c5b8f174a7e.tar.gz |
``create'' and ``destroy'' are command modifiers (.Cm), not flags (.Fl).
Diffstat (limited to 'sbin/ifconfig')
-rw-r--r-- | sbin/ifconfig/ifconfig.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8 index 4e543cf..030460b 100644 --- a/sbin/ifconfig/ifconfig.8 +++ b/sbin/ifconfig/ifconfig.8 @@ -300,14 +300,14 @@ printed to standard output. Destroy the specified network pseudo-device. .It Cm plumb Another name for the -.Fl create +.Cm create parameter. Included for .Tn Solaris compatibility. .It Cm unplumb Another name for the -.Fl destroy +.Cm destroy parameter. Included for .Tn Solaris |