diff options
author | Bill Fumerola <billf@FreeBSD.org> | 1999-12-20 07:47:57 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 1999-12-20 07:47:57 +0000 |
commit | cf1cb0389707fc5e8038d0f899dddeaf44a171e4 (patch) | |
tree | 32f3d54e82790fd2b98fdd5551499e34705f1528 /sbin/fsdb | |
parent | 774af807e47d52486dbd680f404cdb07ecc9803a (diff) | |
download | src-cf1cb0389707fc5e8038d0f899dddeaf44a171e4.tar.gz src-cf1cb0389707fc5e8038d0f899dddeaf44a171e4.zip |
'clri' takes an argument.
Reviewed by: phk
Notes
Notes:
svn path=/head/; revision=54872
Diffstat (limited to 'sbin/fsdb')
-rw-r--r-- | sbin/fsdb/fsdb.8 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sbin/fsdb/fsdb.8 b/sbin/fsdb/fsdb.8 index 147f7e084c20..5ba432f38fbf 100644 --- a/sbin/fsdb/fsdb.8 +++ b/sbin/fsdb/fsdb.8 @@ -89,8 +89,9 @@ as the new current inode. .It Cm back Revert to the previously current inode. .Pp -.It Cm clri -Clear the current inode. +.It Cm clri Ar i-number +Clear +.Ar i-number . .Pp .It Cm lookup Ar name .It Cm cd Ar name |