Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Dec 2023 23:32:27 GMT
From:      "Danilo G. Baio" <dbaio@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Subject:   git: 771a52cc61 - main - website: Fix erratic line break in items list
Message-ID:  <202312232332.3BNNWRJf097553@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/doc/commit/?id=771a52cc6181f40a4323189e0749d76f309e5ed8

commit 771a52cc6181f40a4323189e0749d76f309e5ed8
Author:     Jose Luis Duran <jlduran@gmail.com>
AuthorDate: 2023-12-23 20:08:53 +0000
Commit:     Danilo G. Baio <dbaio@FreeBSD.org>
CommitDate: 2023-12-23 23:30:35 +0000

    website: Fix erratic line break in items list
    
    Pull Request:   https://github.com/freebsd/freebsd-doc/pull/296
---
 website/content/en/where.adoc | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/website/content/en/where.adoc b/website/content/en/where.adoc
index 140b563aad..b7bc6b5c93 100644
--- a/website/content/en/where.adoc
+++ b/website/content/en/where.adoc
@@ -206,11 +206,10 @@ Pre-`RELEASE` versions of FreeBSD, not intended for use in production environmen
 Uppercase has special meaning. For example:
 
 * a first _beta release_ is not a (production) `RELEASE`.
-The word `CURRENT` is sometimes a source of confusion:
 
-* if you are looking for the _current version_ of FreeBSD, you most likely want a `RELEASE` version (see above) – **not** `CURRENT`
+The word `CURRENT` is sometimes a source of confusion:
 
-– `CURRENT` has special meaning in the development process.
+* if you are looking for the _current version_ of FreeBSD, you most likely want a `RELEASE` version (see above) – **not** `CURRENT` – `CURRENT` has special meaning in the development process.
 
 [[download-snapshots]]
 === Development Snapshots



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