Print this page
12305 typos in dhcp man pages

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man1m/dhcpagent.1m.man.txt
          +++ new/usr/src/man/man1m/dhcpagent.1m.man.txt
↓ open down ↓ 358 lines elided ↑ open up ↑
 359  359           "BOUND")
 360  360                echo "Address acquired from server "\
 361  361                    `/sbin/dhcpinfo -i $1 ServerID`
 362  362                ;;
 363  363           "BOUND6")
 364  364                echo "Addresses acquired from server " \
 365  365                    `/sbin/dhcpinfo -v6 -i $1 ServerID`
 366  366                ;;
 367  367           "EXTEND")
 368  368               echo "Lease extended for " \
 369      -                  `sbin/dhcpinfo -i $1 LeaseTim`" seconds"
      369 +                  `/sbin/dhcpinfo -i $1 LeaseTim`" seconds"
 370  370                ;;
 371  371           "EXTEND6")
 372  372               echo "New lease information obtained on $i"
 373  373                ;;
 374  374           "EXPIRE" | "DROP" | "RELEASE")
 375  375                ;;
 376  376  
 377  377           esac
 378  378           ) >/var/run/dhcp_eventhook_output 2>&1
 379  379  
↓ open down ↓ 324 lines elided ↑ open up ↑
 704  704         detection and trigger an erroneous repair.
 705  705  
 706  706  
 707  707         With DHCPv6, the link-local interface must be configured using
 708  708         /etc/hostname6.hme0 in order for DHCPv6 to run on hme0 at boot time.
 709  709         The logical interfaces for each address are plumbed by dhcpagent
 710  710         automatically.
 711  711  
 712  712  
 713  713  
 714      -                                 June 30, 2017                   DHCPAGENT(1M)
      714 +                               February 13, 2020                 DHCPAGENT(1M)
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX