git: ab8cd36cda - main - Improve the column widths of various pages in the FDP
Sergio Carlavilla Delgado
carlavilla at FreeBSD.org
Tue Jan 26 19:46:51 UTC 2021
The branch main has been updated by carlavilla:
URL: https://cgit.FreeBSD.org/doc/commit/?id=ab8cd36cdadf01303c2a7969b5582661fd2b15ce
commit ab8cd36cdadf01303c2a7969b5582661fd2b15ce
Author: Sergio Carlavilla Delgado <carlavilla at FreeBSD.org>
AuthorDate: 2021-01-26 19:45:47 +0000
Commit: Sergio Carlavilla Delgado <carlavilla at FreeBSD.org>
CommitDate: 2021-01-26 19:45:47 +0000
Improve the column widths of various pages in the FDP
Patch by: allanjude@
Differential Revision: https://reviews.freebsd.org/D28358
---
.../content/en/books/fdp-primer/manual-pages/chapter.adoc | 10 +++++-----
documentation/content/en/books/fdp-primer/preface/chapter.adoc | 4 ++--
documentation/content/en/books/fdp-primer/rosetta/chapter.adoc | 2 +-
3 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/documentation/content/en/books/fdp-primer/manual-pages/chapter.adoc b/documentation/content/en/books/fdp-primer/manual-pages/chapter.adoc
index 024e3891da..9d5a142a64 100644
--- a/documentation/content/en/books/fdp-primer/manual-pages/chapter.adoc
+++ b/documentation/content/en/books/fdp-primer/manual-pages/chapter.adoc
@@ -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:
[.informaltable]
-[cols="1,1", options="header"]
+[cols="1,8", options="header"]
|===
| Section Number
| 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:
[.informaltable]
-[cols="1,1", options="header"]
+[cols="2,4", options="header"]
|===
| Section Name
| 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.
[.informaltable]
-[cols="1,1", options="header"]
+[cols="1,8", options="header"]
|===
| Organizational Macro
| 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.
[.informaltable]
-[cols="1,1", options="header"]
+[cols="1,8", options="header"]
|===
| Inline Macro
| 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.
[.informaltable]
-[cols="1,1", options="header"]
+[cols="1,4", options="header"]
|===
| Manual Page
| Path to Source Location
diff --git a/documentation/content/en/books/fdp-primer/preface/chapter.adoc b/documentation/content/en/books/fdp-primer/preface/chapter.adoc
index 3f37526090..a12b9582df 100644
--- a/documentation/content/en/books/fdp-primer/preface/chapter.adoc
+++ b/documentation/content/en/books/fdp-primer/preface/chapter.adoc
@@ -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.
[.informaltable]
-[cols="50%,50%", frame="none", options="header"]
+[cols="1,2", frame="none", options="header"]
|===
| User
| 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.
[.informaltable]
-[cols="1,1", frame="none", options="header"]
+[cols="1,2", frame="none", options="header"]
|===
| Meaning
| Examples
diff --git a/documentation/content/en/books/fdp-primer/rosetta/chapter.adoc b/documentation/content/en/books/fdp-primer/rosetta/chapter.adoc
index 2fa69ca71f..6226cfe221 100644
--- a/documentation/content/en/books/fdp-primer/rosetta/chapter.adoc
+++ b/documentation/content/en/books/fdp-primer/rosetta/chapter.adoc
@@ -28,7 +28,7 @@ toc::[]
This rosetta stone tries to show the differences between Docbook and AsciiDoc.
.Comparision between Docbook and AsciiDoc
-[cols="1,1,1"]
+[cols="1,4,4"]
|===
|Language Feature |Docbook | AsciiDoc
More information about the dev-commits-doc-all
mailing list