Improve the column widths of various pages in the FDP
Patch by: allanjude@ Differential Revision: https://reviews.freebsd.org/D28358
This commit is contained in:
parent
3ef63c0cbe
commit
ab8cd36cda
3 changed files with 8 additions and 8 deletions
documentation/content/en/books/fdp-primer
|
@ -37,7 +37,7 @@ Manual pages are generally shown interactively by the man:man[1] command. When t
|
||||||
Manual pages are grouped into _sections_. Each section contains manual pages for a specific category of documentation:
|
Manual pages are grouped into _sections_. Each section contains manual pages for a specific category of documentation:
|
||||||
|
|
||||||
[.informaltable]
|
[.informaltable]
|
||||||
[cols="1,1", options="header"]
|
[cols="1,8", options="header"]
|
||||||
|===
|
|===
|
||||||
| Section Number
|
| Section Number
|
||||||
| Category
|
| Category
|
||||||
|
@ -86,7 +86,7 @@ Manual pages can also be rendered to other formats, including PostScript for pri
|
||||||
Manual pages are composed of several standard sections. Each section has a title in upper case, and the sections for a particular type of manual page appear in a specific order. For a category 1 General Command manual page, the sections are:
|
Manual pages are composed of several standard sections. Each section has a title in upper case, and the sections for a particular type of manual page appear in a specific order. For a category 1 General Command manual page, the sections are:
|
||||||
|
|
||||||
[.informaltable]
|
[.informaltable]
|
||||||
[cols="1,1", options="header"]
|
[cols="2,4", options="header"]
|
||||||
|===
|
|===
|
||||||
| Section Name
|
| Section Name
|
||||||
| Description
|
| Description
|
||||||
|
@ -251,7 +251,7 @@ Some very common macros will be shown here. For more usage examples, see man:mdo
|
||||||
Some macros are used to define logical blocks of a manual page.
|
Some macros are used to define logical blocks of a manual page.
|
||||||
|
|
||||||
[.informaltable]
|
[.informaltable]
|
||||||
[cols="1,1", options="header"]
|
[cols="1,8", options="header"]
|
||||||
|===
|
|===
|
||||||
| Organizational Macro
|
| Organizational Macro
|
||||||
| Use
|
| Use
|
||||||
|
@ -282,7 +282,7 @@ Some macros are used to define logical blocks of a manual page.
|
||||||
Many macros are used to mark up inline text.
|
Many macros are used to mark up inline text.
|
||||||
|
|
||||||
[.informaltable]
|
[.informaltable]
|
||||||
[cols="1,1", options="header"]
|
[cols="1,8", options="header"]
|
||||||
|===
|
|===
|
||||||
| Inline Macro
|
| Inline Macro
|
||||||
| Use
|
| Use
|
||||||
|
@ -457,7 +457,7 @@ Spell-checking with fully-featured dictionaries is encouraged, and can be accomp
|
||||||
Some manual pages are suitable as in-depth examples.
|
Some manual pages are suitable as in-depth examples.
|
||||||
|
|
||||||
[.informaltable]
|
[.informaltable]
|
||||||
[cols="1,1", options="header"]
|
[cols="1,4", options="header"]
|
||||||
|===
|
|===
|
||||||
| Manual Page
|
| Manual Page
|
||||||
| Path to Source Location
|
| Path to Source Location
|
||||||
|
|
|
@ -24,7 +24,7 @@ next: books/fdp-primer/overview
|
||||||
This table shows the default system prompt and superuser prompt. The examples use these prompts to indicate which type of user is running the example.
|
This table shows the default system prompt and superuser prompt. The examples use these prompts to indicate which type of user is running the example.
|
||||||
|
|
||||||
[.informaltable]
|
[.informaltable]
|
||||||
[cols="50%,50%", frame="none", options="header"]
|
[cols="1,2", frame="none", options="header"]
|
||||||
|===
|
|===
|
||||||
| User
|
| User
|
||||||
| Prompt
|
| Prompt
|
||||||
|
@ -43,7 +43,7 @@ This table shows the default system prompt and superuser prompt. The examples us
|
||||||
This table describes the typographic conventions used in this book.
|
This table describes the typographic conventions used in this book.
|
||||||
|
|
||||||
[.informaltable]
|
[.informaltable]
|
||||||
[cols="1,1", frame="none", options="header"]
|
[cols="1,2", frame="none", options="header"]
|
||||||
|===
|
|===
|
||||||
| Meaning
|
| Meaning
|
||||||
| Examples
|
| Examples
|
||||||
|
|
|
@ -28,7 +28,7 @@ toc::[]
|
||||||
This rosetta stone tries to show the differences between Docbook and AsciiDoc.
|
This rosetta stone tries to show the differences between Docbook and AsciiDoc.
|
||||||
|
|
||||||
.Comparision between Docbook and AsciiDoc
|
.Comparision between Docbook and AsciiDoc
|
||||||
[cols="1,1,1"]
|
[cols="1,4,4"]
|
||||||
|===
|
|===
|
||||||
|Language Feature |Docbook | AsciiDoc
|
|Language Feature |Docbook | AsciiDoc
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue