diff options
Diffstat (limited to 'usr/src/uts/common/io/strplumb.c')
-rw-r--r-- | usr/src/uts/common/io/strplumb.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/uts/common/io/strplumb.c b/usr/src/uts/common/io/strplumb.c index d57bc150f5..5ecd2cdc39 100644 --- a/usr/src/uts/common/io/strplumb.c +++ b/usr/src/uts/common/io/strplumb.c @@ -348,12 +348,12 @@ strplumb_dev(ldi_ident_t li) * permanently linked under UDP. One stream consists of the * ARP-[ifname] combination, while the other consists of IP-[ifname]. * - * We pin underneath UDP here to match what is done in ifconfig(1m); + * We pin underneath UDP here to match what is done in ifconfig(8); * otherwise, ifconfig will be unable to unplumb the stream (the major * number and mux id must both match for a successful I_PUNLINK). * * There are subtleties in the plumbing which make it essential to - * follow the logic used in ifconfig(1m) very closely. + * follow the logic used in ifconfig(8) very closely. */ /* |