Print this page
10057 Man page misspellings ouput particuliar overriden
Reviewed by: Gergő Mihály Doma <domag02@gmail.com>
*** 165,180 ****
count is 1.
? f
display in structured style with format specifier f. See
! FormattedOutput.
/ f
! display in unstructured style with format specifier f See
! FormattedOutput.
.
the value of dot.
--- 165,180 ----
count is 1.
? f
display in structured style with format specifier f. See
! Formatted Output.
/ f
! display in unstructured style with format specifier f. See
! Formatted Output.
.
the value of dot.
*** 211,224 ****
save an address in register name. name must be a single
letter or digit.
= f
! display indicator. If f is a legitimate format specifier.
then the value of dot is displayed using the format
! specifier f. See FormattedOutput. Otherwise, assignment is
! assumed See =.
= [s] [e]
assignment indicator. The address pointed to by dot has
its contents changed to the value of the expression e or
--- 211,224 ----
save an address in register name. name must be a single
letter or digit.
= f
! display indicator. If f is a legitimate format specifier,
then the value of dot is displayed using the format
! specifier f. See Formatted Output. Otherwise, assignment
! is assumed. See =.
= [s] [e]
assignment indicator. The address pointed to by dot has
its contents changed to the value of the expression e or
*** 365,375 ****
override
toggle the value of override. Some error conditions may be
! overriden if override is toggled on.
prompt p
change the fsdb prompt to p. p must be surrounded by (")s.
--- 365,375 ----
override
toggle the value of override. Some error conditions may be
! overridden if override is toggled on.
prompt p
change the fsdb prompt to p. p must be surrounded by (")s.
*** 440,450 ****
> 1:db:block,20/X
would get the contents of data block field 1 from the inode and
convert it to a block address. 20 longs are then displayed in
! hexadecimal. See FormattedOutput.
gid
group id.
--- 440,450 ----
> 1:db:block,20/X
would get the contents of data block field 1 from the inode and
convert it to a block address. 20 longs are then displayed in
! hexadecimal. See Formatted Output.
gid
group id.