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
          +++ new/usr/src/man/man1m/fsdb_udfs.1m
↓ open down ↓ 83 lines elided ↑ open up ↑
  84   84  Display usage.
  85   85  .RE
  86   86  
  87   87  .RE
  88   88  
  89   89  .SH USAGE
  90   90  .LP
  91   91  Numbers are considered hexadecimal by default. The user has control over how
  92   92  data is to be displayed or accepted. The \fBbase\fR command displays or sets
  93   93  the input and output base. Once set, all input defaults to this base and all
  94      -output displays in this base. The base can be overriden temporarily for input
       94 +output displays in this base. The base can be overridden temporarily for input
  95   95  by preceding hexadecimal numbers by \fB0x\fR, preceding decimal numbers with a
  96   96  \fB0t\fR, or octal numbers with a \fB0\fR. Hexadecimal numbers beginning with
  97      -\fBa\fR-\fBf\fR or \fBA\fR -\fBF\fR must be preceded with a \fB0x\fR to
       97 +\fBa\fR-\fBf\fR or \fBA\fR-\fBF\fR must be preceded with a \fB0x\fR to
  98   98  distinguish them from commands.
  99   99  .sp
 100  100  .LP
 101  101  Disk addressing by \fBfsdb\fR is at the byte level. However, \fBfsdb\fR offers
 102  102  many commands to convert a desired inode, directory entry, block, and so forth,
 103  103  to a byte address. After the address has been calculated, \fBfsdb\fR records
 104  104  the result in the current address (\fBdot\fR).
 105  105  .sp
 106  106  .LP
 107  107  Several global values are maintained by \fBfsdb\fR\fB\fR:
↓ open down ↓ 356 lines elided ↑ open up ↑
 464  464  .RE
 465  465  
 466  466  .sp
 467  467  .ne 2
 468  468  .na
 469  469  \fBfind \fIdir\fR [\fB-name\fR \fIn\fR] | [\fB-inum\fR\fI i\fR]\fR
 470  470  .ad
 471  471  .sp .6
 472  472  .RS 4n
 473  473  Find files by name or i-number. Recursively searches directory \fIdir\fR and
 474      -below for file names whose i-number matches\fB i\fR or whose name matches
      474 +below for file names whose i-number matches \fBi\fR or whose name matches
 475  475  pattern \fIn\fR. Only one of the two options (\fB-name\fR or \fB-inum\fR) can
 476  476  be used at one time. The find \fB-print\fR is not necessary or accepted.
 477  477  .RE
 478  478  
 479  479  .sp
 480  480  .ne 2
 481  481  .na
 482  482  \fBfill=\fIp\fR\fR
 483  483  .ad
 484  484  .sp .6
↓ open down ↓ 334 lines elided ↑ open up ↑
 819  819  
 820  820  .sp
 821  821  .in +2
 822  822  .nf
 823  823  > 2000+400%(20+20)=D
 824  824  .fi
 825  825  .in -2
 826  826  .sp
 827  827  
 828  828  .LP
 829      -\fBExample 2 \fRUsing fsdb to display an i-number in idode fomat
      829 +\fBExample 2 \fRUsing fsdb to display an i-number in inode fomat
 830  830  .sp
 831  831  .LP
 832  832  The following command displays the i-number \fB386\fR in inode format.\fB386\fR
 833  833  becomes the current inode.
 834  834  
 835  835  .sp
 836  836  .in +2
 837  837  .nf
 838  838  > 386:ino?i
 839  839  .fi
↓ open down ↓ 177 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX