Print this page
10057 Man page misspellings ouput particuliar overriden
Reviewed by: Gergő Mihály Doma <domag02@gmail.com>

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man1m/fsdb_udfs.1m.man.txt
          +++ new/usr/src/man/man1m/fsdb_udfs.1m.man.txt
↓ open down ↓ 55 lines elided ↑ open up ↑
  56   56  
  57   57                               ?
  58   58                                           Display usage.
  59   59  
  60   60  
  61   61  
  62   62  USAGE
  63   63         Numbers are considered hexadecimal by default. The user has control
  64   64         over how data is to be displayed or accepted. The base command displays
  65   65         or sets the input and output base. Once set, all input defaults to this
  66      -       base and all output displays in this base. The base can be overriden
       66 +       base and all output displays in this base. The base can be overridden
  67   67         temporarily for input by preceding hexadecimal numbers by 0x, preceding
  68   68         decimal numbers with a 0t, or octal numbers with a 0. Hexadecimal
  69      -       numbers beginning with a-f or A -F must be preceded with a 0x to
       69 +       numbers beginning with a-f or A-F must be preceded with a 0x to
  70   70         distinguish them from commands.
  71   71  
  72   72  
  73   73         Disk addressing by fsdb is at the byte level. However, fsdb offers many
  74   74         commands to convert a desired inode, directory entry, block, and so
  75   75         forth, to a byte address. After the address has been calculated, fsdb
  76   76         records the result in the current address (dot).
  77   77  
  78   78  
  79   79         Several global values are maintained by fsdb:
↓ open down ↓ 412 lines elided ↑ open up ↑
 492  492  
 493  493  
 494  494         The following command displays 2010 in decimal format, and is an
 495  495         example of using fsdb as a calculator for complex arithmetic.
 496  496  
 497  497  
 498  498           > 2000+400%(20+20)=D
 499  499  
 500  500  
 501  501  
 502      -       Example 2 Using fsdb to display an i-number in idode fomat
      502 +       Example 2 Using fsdb to display an i-number in inode fomat
 503  503  
 504  504  
 505  505         The following command displays the i-number 386 in inode format.386
 506  506         becomes the current inode.
 507  507  
 508  508  
 509  509           > 386:ino?i
 510  510  
 511  511  
 512  512  
↓ open down ↓ 134 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX