Ignore:
Timestamp:
09/13/2003 03:04:22 AM (21 years ago)
Author:
Larry Lawrence <larry@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
5ff3721
Parents:
c815c04
Message:

update to reiserfs-3.6.11

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1053 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/filesystems/reiser/reiser-desc.xml

    rc815c04 rf7b26fb  
    22<title>Contents</title>
    33
    4 <para>reiserfsprogs contains <userinput>debugreiserfs</userinput>,
    5 <userinput>mkreiserfs</userinput>, <userinput>reiserfsck</userinput>,
    6 <userinput>resize_reiserfs</userinput> and
    7 <userinput>unpack</userinput>.</para>
     4<para>reiserfsprogs contains <command>debugreiserfs</command>,
     5<command>mkreiserfs</command>, <command>reiserfsck</command>,
     6<command>resize_reiserfs</command> and
     7<command>unpack</command>.</para>
    88
    99</sect2>
     
    1212
    1313<sect3><title>debugreiserfs</title>
    14 <para>debugreiserfs can sometimes help to solve problems with reiserfs
    15 filesystems.  If it is called without options it prints the super block
    16 of any reiserfs filesystem found on the device.</para></sect3>
     14<para><command>debugreiserfs</command> can sometimes help to solve problems
     15with reiserfs filesystems.  If it is called without options it prints the super
     16block of any reiserfs filesystem found on the device.</para></sect3>
    1717
    1818<sect3><title>mkreiserfs</title>
    19 <para>mkreiserfs creates a reiserfs file system.</para></sect3>
     19<para><command>mkreiserfs</command> creates a reiserfs file system.</para>
     20</sect3>
    2021
    2122<sect3><title>reiserfsck</title>
    22 <para>reiserfsck checks a reiserfs file system.</para></sect3>
     23<para><command>reiserfsck</command> checks a reiserfs file system.</para>
     24</sect3>
    2325
    2426<sect3><title>reiserfstune</title>
    25 <para>reiserfstune is used for tuning the ReiserFS journal.  WARNING: Don't
    26 use this utility without first reading the man page
    27 thoroughly.</para></sect3>
     27<para><command>reiserfstune</command> is used for tuning the ReiserFS journal. 
     28<emphasis>WARNING</emphasis>: Don't use this utility without first reading the
     29man page thoroughly.</para></sect3>
    2830
    2931<sect3><title>resize_reiserfs</title>
    30 <para>resize_reiserfs is used to resize an unmounted reiserfs file
    31 system.</para></sect3>
     32<para><command>resize_reiserfs</command> is used to resize an unmounted
     33reiserfs file system.</para></sect3>
    3234
    3335<sect3><title>unpack</title>
    34 <para>The unpack utility can be used to dump reiserfs filesystem
    35 information to files for debugging, much like debugreiserfs.
     36<para>The <command>unpack</command> utility can be used to dump reiserfs
     37filesystem information to files for debugging, much like debugreiserfs.
    3638</para></sect3>
    3739
Note: See TracChangeset for help on using the changeset viewer.