[Bug 274208] man.freebsd.org unexpected justification (alignment) of texts

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 02 Apr 2026 17:33:59 UTC
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.