Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 02 Apr 2026 17:33:59 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 274208] man.freebsd.org unexpected justification (alignment) of texts
Message-ID:  <bug-274208-227-5zsDZsD5TQ@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-274208-227@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274208

--- Comment #7 from Wolfram Schneider <wosch@FreeBSD.org> ---
(In reply to Wolfram Schneider from comment #5)

# GNU troff (groff) version 1.22.4
# looks fine
$ zcat pkg.8.gz | nroff -mandoc
SEE ALSO
     pkg_create(3), pkg_printf(3), pkg_repo_create(3), pkg_repos(3),
     pkg-keywords(5), pkg-lua-script(5), pkg-repository(5), pkg-script(5),

# GNU groff version 1.23.0
# with a lot of spaces, aligned to the end of line
$ zcat pkg.8.gz | nroff -mandoc
SEE ALSO
       pkg_create(3),   pkg_printf(3),    pkg_repo_create(3),    pkg_repos(3),
       pkg-keywords(5),  pkg-lua-script(5),  pkg-repository(5), pkg-script(5),

# GNU groff version 1.24.1
# with a lot of spaces, words are breaked at end of line, aligned to the end of
line
$ zcat pkg.8.gz | nroff -mandoc
SEE ALSO
     pkg_create(3),  pkg_printf(3),  pkg_repo_create(3),  pkg_repos(3),
pkg‐key‐
     words(5), pkg‐lua‐script(5),  pkg‐repository(5),  pkg‐script(5), 
pkg‐trig‐

-- 
You are receiving this mail because:
You are the assignee for the bug.

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-274208-227-5zsDZsD5TQ>