diff options
| author | Joel Andres Granados <jgranado@redhat.com> | 2008-05-27 16:24:07 +0200 |
|---|---|---|
| committer | Joel Andres Granados <jgranado@redhat.com> | 2008-05-27 16:24:07 +0200 |
| commit | 5ce7dd3b925a86c0060b52077ff344f6501396da (patch) | |
| tree | d8f81b91b3af43bd96941caa0c303937ab56c3f5 /doc | |
| parent | 0e24089796393e79569b4e1b18d8bd4571dd40cf (diff) | |
| download | firstaidkit-5ce7dd3b925a86c0060b52077ff344f6501396da.tar.gz firstaidkit-5ce7dd3b925a86c0060b52077ff344f6501396da.tar.xz firstaidkit-5ce7dd3b925a86c0060b52077ff344f6501396da.zip | |
correct some indentation issues in the man pages
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/firstaidkit-flags.1 | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/doc/firstaidkit-flags.1 b/doc/firstaidkit-flags.1 index 5989ed0..9ff23c0 100644 --- a/doc/firstaidkit-flags.1 +++ b/doc/firstaidkit-flags.1 @@ -8,15 +8,15 @@ The general structure of flag name is category_subsystem_part_lowerpart_... For every level of the hierarchy should exist FlagTrackerPlugin which will set the master flags, when everything is OK. .SH "experimental" - Flag denoting plugin as experimental and not to be run except in testing environment and by advanced users. - Do not provide in any plugin! Dependency flag only! +Flag denoting plugin as experimental and not to be run except in testing environment and by advanced users. +Do not provide in any plugin! Dependency flag only! .SH "unsafe" - This plugin works, but can cause damage when the planets are badly aligned. Run only if you know what are you doing. - Do not providein any plugin! Dependency flag only! +This plugin works, but can cause damage when the planets are badly aligned. Run only if you know what are you doing. +Do not providein any plugin! Dependency flag only! .SH "root" - This plugin has to run in root environment. Dependency flag only! +This plugin has to run in root environment. Dependency flag only! .SH "arch-x86" I'm running on x86 machine. Dependency flag only! There may be set also the subtype flags: arch-i?86, arch-x86_64 @@ -28,39 +28,39 @@ I'm running on ppc machine. Dependency flag only! There may be set also the sub I'm running on ppc machine. Dependency flag only! There may be set also the subtype flags: arch-s390x .SH "storage" - All storage related tests ran with Not applicable or OK results +All storage related tests ran with Not applicable or OK results .SH "storage_lvm" - LVM is present and OK +LVM is present and OK .SH "storage_md" - MD is present and OK +MD is present and OK .SH "storage_<filesystem name>" - All filesystems of this type are OK +All filesystems of this type are OK .SH "storage_layout" - Direstory structure of installed box is OK +Direstory structure of installed box is OK .SH "boot" - All tests for bootable box ran with Not applicable or OK results +All tests for bootable box ran with Not applicable or OK results .SH "boot_grub" .SH "boot_lilo" - Bootloader is present and OK +Bootloader is present and OK .SH "boot_kernel" .SH "boot_initrd" - The booting kernel/initrd pair is present and OK +The booting kernel/initrd pair is present and OK .SH "boot_kernel_modules" - All checked modules are present and OK +All checked modules are present and OK .SH "boot_kernel_modules_<modulename>" - Module is present and supposed to work +Module is present and supposed to work .SH "network" - All network related tests ran with Not applicable or OK results +All network related tests ran with Not applicable or OK results .SH "network_link" .SH "network_hostname" @@ -68,13 +68,13 @@ I'm running on ppc machine. Dependency flag only! There may be set also the sub .SH "network_dhcp" .SH "network_dns" .SH "network_firewall" - Part of network configuration was checked and appears OK +Part of network configuration was checked and appears OK .SH "rpm" .SH "rpm_consistent" - RPM database is in OK state and contains the right information +RPM database is in OK state and contains the right information .SH "rpm_lowlevel" - RPM database has all required files and databases working +RPM database has all required files and databases working .SH "SEE ALSO" http://fedorahosted.org/firstaidkit |
