Print this page
9842 man page typos and spelling

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man5/loader.4th.5.man.txt
          +++ new/usr/src/man/man5/loader.4th.5.man.txt
↓ open down ↓ 37 lines elided ↑ open up ↑
  38   38             boot-conf kernelname [...]
  39   39             boot-conf directory [...]
  40   40             boot-conf -flag ...    Works like boot described above, but instead
  41   41                                    of booting immediately, uses autoboot, so it
  42   42                                    can be stopped.
  43   43  
  44   44             start                  Reads /boot/defaults/loader.conf, all other
  45   45                                    loader.conf(4) files specified in it, then
  46   46                                    loads the desired kernel and modules (if not
  47   47                                    already loaded).  After which you can use
  48      -                                  the boot or autoboot commmands or simply
  49      -                                  exit (provided autoboot_delay is not set to
  50      -                                  NO) to boot the system.  start is the
  51      -                                  command used in the default /boot/loader.rc
  52      -                                  file (see loader(5)).
       48 +                                  the boot or autoboot commands or simply exit
       49 +                                  (provided autoboot_delay is not set to NO)
       50 +                                  to boot the system.  start is the command
       51 +                                  used in the default /boot/loader.rc file
       52 +                                  (see loader(5)).
  53   53  
  54   54             initialize             Initialize the support library so commands
  55   55                                    can be used without executing start first.
  56   56                                    Like start, it reads
  57   57                                    /boot/defaults/loader.conf and all other
  58   58                                    loader.conf(4) files specified in it (but
  59   59                                    does not load kernel or modules).  Returns a
  60   60                                    flag on the stack to indicate if any
  61   61                                    configuration files were successfully
  62   62                                    loaded.
↓ open down ↓ 55 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX