add missing space between libraries -lcrypt-lcrypto should of been -lcrypt -lcrypto
[dragonfly.git] / release / picobsd / help / fsck.hlp.en
1 \e[1mfsck\e[m     filesystem consistency check and interactive repair
2
3         Usage:
4
5         fsck -p [-f] [-m mode]
6         fsck [-b block#] [-c level] [-l maxparallel] [-y] [-n] [-m mode]
7                 [filesystem] ...
8
9         but in its simplest and most common version:
10
11         fsck -y <filesystem>
12
13         where <filesystem> is a name of the raw device, on which the filesystem
14         lies, e.g. /dev/rfd0 for floppy A:, or /dev/rwd0s1 for partition #1 on
15         first IDE drive.