diff options
Diffstat (limited to 'chapter06/man.xml')
-rw-r--r-- | chapter06/man.xml | 24 |
1 files changed, 15 insertions, 9 deletions
diff --git a/chapter06/man.xml b/chapter06/man.xml index 8f58f14e7..a1de7a956 100644 --- a/chapter06/man.xml +++ b/chapter06/man.xml @@ -3,23 +3,29 @@ <!ENTITY % general-entities SYSTEM "../general.ent"> %general-entities; ]> -<sect1 id="ch-system-man" xreflabel="Man"> +<sect1 id="ch-system-man" xreflabel="Man" role="wrap"> <title>Man-&man-version;</title> <?dbhtml filename="man.html"?> <indexterm zone="ch-system-man"><primary sortas="a-Man">Man</primary></indexterm> +<sect2 role="package"><title/> <para>The Man package contains programs for finding and viewing manual pages.</para> -<screen>&buildtime; 0.1 SBU -&diskspace; 1.9MB</screen> - -<para>Man installation depends on: Bash, Binutils, Coreutils, Gawk, GCC, -Glibc, Grep, Make, Sed.</para> - - +<segmentedlist> +<segtitle>&buildtime;</segtitle> +<segtitle>&diskspace;</segtitle> +<seglistitem><seg>0.1 SBU</seg><seg>1.9MB</seg></seglistitem> +</segmentedlist> + +<segmentedlist> +<segtitle>Man installation depends on</segtitle> +<seglistitem><seg>Bash, Binutils, Coreutils, Gawk, GCC, +Glibc, Grep, Make, Sed</seg></seglistitem> +</segmentedlist> +</sect2> -<sect2> +<sect2 role="installation"> <title>Installation of Man</title> <para>We'll make three adjustments to the sources of Man.</para> |