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_ufs.1m.man.txt
          +++ new/usr/src/man/man1m/fsdb_ufs.1m.man.txt
↓ open down ↓ 159 lines elided ↑ open up ↑
 160  160         , count
 161  161                      count indicator. The global value of count will be updated
 162  162                      to count. The value of count will remain until a new
 163  163                      command is run. A count specifier of '*' will attempt to
 164  164                      show a blocks's worth of information. The default for
 165  165                      count is 1.
 166  166  
 167  167  
 168  168         ? f
 169  169                      display in structured style with format specifier f. See
 170      -                    FormattedOutput.
      170 +                    Formatted Output.
 171  171  
 172  172  
 173  173         / f
 174      -                    display in unstructured style with format specifier f See
 175      -                    FormattedOutput.
      174 +                    display in unstructured style with format specifier f. See
      175 +                    Formatted Output.
 176  176  
 177  177  
 178  178         .
 179  179                      the value of dot.
 180  180  
 181  181  
 182  182         +e
 183  183                      increment the value of dot by the expression e. The amount
 184  184                      actually incremented is dependent on the size of type:
 185  185  
 186  186                      dot = dot + e * sizeof (type)
 187  187  
 188  188                      The default for e is 1.
 189  189  
 190  190  
 191  191         -e
 192      -                    decrement the value of dot by the expression e. See  +.
      192 +                    decrement the value of dot by the expression e. See +.
 193  193  
 194  194  
 195  195         *e
 196  196                      multiply the value of dot by the expression e.
 197  197                      Multiplication and division don't use type. In the above
 198  198                      calculation of dot, consider the sizeof(type) to be 1.
 199  199  
 200  200  
 201  201         %e
 202      -                    divide the value of dot by the expression e. See  *.
      202 +                    divide the value of dot by the expression e. See *.
 203  203  
 204  204  
 205  205         < name
 206  206                      restore an address saved in register name. name must be a
 207  207                      single letter or digit.
 208  208  
 209  209  
 210  210         > name
 211  211                      save an address in register name. name must be a single
 212  212                      letter or digit.
 213  213  
 214  214  
 215  215         = f
 216      -                    display indicator. If f is a legitimate format specifier.
      216 +                    display indicator. If f is a legitimate format specifier,
 217  217                      then the value of dot is displayed using the format
 218      -                    specifier f. See FormattedOutput. Otherwise, assignment is
 219      -                    assumed See  =.
      218 +                    specifier f. See Formatted Output. Otherwise, assignment
      219 +                    is assumed. See =.
 220  220  
 221  221  
 222  222         = [s] [e]
 223  223                      assignment indicator. The address pointed to by dot has
 224  224                      its contents changed to the value of the expression e or
 225  225                      to the ASCII representation of the quoted (") string s.
 226  226                      This may be useful for changing directory names or ASCII
 227  227                      file information.
 228  228  
 229  229  
↓ open down ↓ 130 lines elided ↑ open up ↑
 360  360             the options may be used (but, if used, must be specified before the
 361  361             filename specifiers). Also, as stated above, wild card characters
 362  362             are available and multiple arguments may be given. The long listing
 363  363             shows only the i-number and the name; use the inode command with
 364  364             '?i' to get more information.
 365  365  
 366  366  
 367  367         override
 368  368  
 369  369             toggle the value of override. Some error conditions may be
 370      -           overriden if override is toggled on.
      370 +           overridden if override is toggled on.
 371  371  
 372  372  
 373  373         prompt p
 374  374  
 375  375             change the fsdb prompt to p. p must be surrounded by (")s.
 376  376  
 377  377  
 378  378         pwd
 379  379  
 380  380             display the current working directory.
↓ open down ↓ 54 lines elided ↑ open up ↑
 435  435                use the current value of dot as a direct block index, where
 436  436                direct blocks number from 0 - 11. In order to display the block
 437  437                itself, you need to 'pipe' this result into the block or
 438  438                fragment command. For example,
 439  439  
 440  440                       > 1:db:block,20/X
 441  441  
 442  442  
 443  443                would get the contents of data block field 1 from the inode and
 444  444                convert it to a block address. 20 longs are then displayed in
 445      -              hexadecimal. See FormattedOutput.
      445 +              hexadecimal. See Formatted Output.
 446  446  
 447  447  
 448  448         gid
 449  449                group id.
 450  450  
 451  451  
 452  452         ib
 453  453                use the current value of dot as an indirect block index where
 454  454                indirect blocks number from 0 - 2. This will only get the
 455  455                indirect block itself (the block containing the pointers to the
↓ open down ↓ 324 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX