From owner-dev-commits-doc-all@freebsd.org Tue Jan 26 19:46:51 2021 Return-Path: Delivered-To: dev-commits-doc-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id AA7D54FE256 for ; Tue, 26 Jan 2021 19:46:51 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DQHLM4Qqgz3sry; Tue, 26 Jan 2021 19:46:51 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8AF0D7729; Tue, 26 Jan 2021 19:46:51 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 10QJkpgV070925; Tue, 26 Jan 2021 19:46:51 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 10QJkpSY070924; Tue, 26 Jan 2021 19:46:51 GMT (envelope-from git) Date: Tue, 26 Jan 2021 19:46:51 GMT Message-Id: <202101261946.10QJkpSY070924@gitrepo.freebsd.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org From: Sergio Carlavilla Delgado Subject: git: ab8cd36cda - main - Improve the column widths of various pages in the FDP MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: carlavilla X-Git-Repository: doc X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: ab8cd36cdadf01303c2a7969b5582661fd2b15ce Auto-Submitted: auto-generated X-BeenThere: dev-commits-doc-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the doc repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Jan 2021 19:46:51 -0000 The branch main has been updated by carlavilla: URL: https://cgit.FreeBSD.org/doc/commit/?id=ab8cd36cdadf01303c2a7969b5582661fd2b15ce commit ab8cd36cdadf01303c2a7969b5582661fd2b15ce Author: Sergio Carlavilla Delgado AuthorDate: 2021-01-26 19:45:47 +0000 Commit: Sergio Carlavilla Delgado 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