Print this page
12305 typos in dhcp man pages

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man1/dhcpinfo.1.man.txt
          +++ new/usr/src/man/man1/dhcpinfo.1.man.txt
↓ open down ↓ 9 lines elided ↑ open up ↑
  10   10  
  11   11  
  12   12         dhcpinfo [-c] [-i interface] [-n limit] [-v 4|6] identifier
  13   13  
  14   14  
  15   15  DESCRIPTION
  16   16         The dhcpinfo utility prints the DHCP-supplied value(s) of the parameter
  17   17         requested on the command line. The parameter can be identified either
  18   18         by its numeric code in the DHCP specification, or by its mnemonic
  19   19         identifier, as listed in dhcp_inittab(4). This command is intended to
  20      -       be used in command substitutions in the shell scripts invoked by
  21      -       init(1M) at system boot. It first contacts the DHCP client daemon at
  22      -       system boot or in event scripts as described in dhcpagent(1M). It first
       20 +       be used in command substitutions in the shell scripts invoked at system
       21 +       boot or in event scripts as described in dhcpagent(1M). It first
  23   22         contacts the DHCP client daemon dhcpagent(1M) to verify that DHCP has
  24   23         successfully completed on the requested interface. If DHCP has
  25   24         successfully completed on the requested interface, dhcpinfo retrieves
  26   25         the values for the requested parameter. Parameter values echoed by
  27   26         dhcpinfo should not be used without checking its exit status. See
  28   27         exit(1).
  29   28  
  30   29  
  31   30         See dhcp_inittab(4) for the list of mnemonic identifier codes for all
  32   31         DHCP parameters. See RFC 2132, DHCP Options and BOOTP Vendor Extensions
↓ open down ↓ 61 lines elided ↑ open up ↑
  94   93  
  95   94                         For DHCPv6, the interface name used should be the name
  96   95                         of the physical interface, not one of the logical
  97   96                         interfaces created by dhcpagent.
  98   97  
  99   98  
 100   99         -n limit
 101  100                         Limits the list of values displayed to limit lines.
 102  101  
 103  102  
 104      -       -v4 | 6
 105      -                       Specifies the DHCP version to query. Use -v4for DHCPv4
 106      -                       and -v6 for DHCPv6.
      103 +       -v 4|6
      104 +                       Specifies the DHCP version to query. Use -v 4 for
      105 +                       DHCPv4 and -v 6 for DHCPv6.
 107  106  
 108  107  
 109  108  OPERANDS
 110  109         The following operands are supported:
 111  110  
 112  111         code
 113  112                       Numeric code for the requested DHCP parameter, as defined
 114  113                       by the DHCP specification. Vendor options are specified
 115  114                       by adding 256 to the actual vendor code for DHCPv4, and
 116  115                       65536 for DHCPv6.
↓ open down ↓ 35 lines elided ↑ open up ↑
 152  151  
 153  152  
 154  153  
 155  154         +--------------------+-----------------+
 156  155         |  ATTRIBUTE TYPE    | ATTRIBUTE VALUE |
 157  156         +--------------------+-----------------+
 158  157         |Interface Stability | Committed       |
 159  158         +--------------------+-----------------+
 160  159  
 161  160  SEE ALSO
 162      -       dhcpagent(1M), ifconfig(1M), init(1M), dhcp_inittab(4), attributes(5)
      161 +       dhcpagent(1M), ifconfig(1M), dhcp_inittab(4), attributes(5)
 163  162  
 164  163  
 165  164         Alexander, S., and R. Droms, RFC 2132, DHCP Options and BOOTP Vendor
 166  165         Extensions, Silicon Graphics, Inc., Bucknell University, March 1997.
 167  166  
 168  167  
 169  168         Droms, R. , RFC 3315, Dynamic Host Configuration Protocol for IPv6
 170  169         (DHCPv6), Cisco Systems, July 2003.
 171  170  
 172  171  
 173  172         Mockapetris, P.V. , RFC 1035, Domain names - implementation and
 174  173         specification, ISI, November 1987.
 175  174  
 176  175  
 177  176  
 178      -                                 May 15, 2009                      DHCPINFO(1)
      177 +                               February 13, 2020                   DHCPINFO(1)
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX