Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Apr 2021 13:26:27 GMT
From:      =?utf-8?B?RmVybmFuZG8gQXBlc3RlZ3XDrWE=?= <fernape@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Subject:   git: 8f062277e2 - main - [handbook] Remove trailing whitespaces
Message-ID:  <202104051326.135DQR6G086634@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by fernape:

URL: https://cgit.FreeBSD.org/doc/commit/?id=8f062277e2d262e0d71000bb70d71f1180f79622

commit 8f062277e2d262e0d71000bb70d71f1180f79622
Author:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
AuthorDate: 2021-04-03 18:11:16 +0000
Commit:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
CommitDate: 2021-04-05 13:19:05 +0000

    [handbook] Remove trailing whitespaces
    
    In section 12.13 as reported by igor(1)
    
    Accepted by: gbe (mentor)
    Differential Revision: https://reviews.freebsd.org/D29568
---
 documentation/content/en/books/handbook/config/_index.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/documentation/content/en/books/handbook/config/_index.adoc b/documentation/content/en/books/handbook/config/_index.adoc
index 88b3cbec4c..9eaca96dd2 100644
--- a/documentation/content/en/books/handbook/config/_index.adoc
+++ b/documentation/content/en/books/handbook/config/_index.adoc
@@ -1311,7 +1311,7 @@ Using swap files requires that the module needed by man:md[4] has either been bu
 ....
 md99	none	swap	sw,file=/usr/swap0,late	0	0
 ....
-+ 
++
 The man:md[4] device [.filename]#md99# is used, leaving lower device numbers available for interactive use.
 . Swap space will be added on system startup. To add swap space immediately, use man:swapon[8]:
 +
@@ -1505,7 +1505,7 @@ When submitting a problem report, include the following information:
 ....
 # acpidump -dt > name-system.asl
 ....
-+ 
++
 Substitute the login name for _name_ and manufacturer/model for _system_. For example, use [.filename]#njl-FooCo6000.asl#.
 
 Most FreeBSD developers watch the {freebsd-current}, but one should submit problems to {freebsd-acpi} to be sure it is seen. Be patient when waiting for a response. If the bug is not immediately apparent, submit a bug report. When entering a PR, include the same information as requested above. This helps developers to track the problem and resolve it. Do not send a PR without emailing {freebsd-acpi} first as it is likely that the problem has been reported before.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104051326.135DQR6G086634>