Bug ID 1185613
Summary groff: .Os macro uses BSD as default
Classification openSUSE
Product openSUSE Tumbleweed
Version Current
Hardware Other
OS Other
Status NEW
Severity Normal
Priority P5 - None
Component Basesystem
Assignee sbrabec@suse.com
Reporter lnussel@suse.com
QA Contact qa-bugs@suse.de
CC werner@suse.com
Found By ---
Blocker ---

The .Os macro in man pages when used without parameters produces "BSD". The
built-in default for "doc-default-operating-system" in groff needs to be
changed, ideally to read /etc/os-release.

# man ssh|tail -1
BSD                                                                      July
15, 2020                                                                     
BSD
# (. /etc/os-release; echo .ds doc-default-operating-system $PRETTY_NAME) >>
/usr/share/groff/site-tmac/mdoc.local
tw-systemd:/tmp # man ssh|tail -1
openSUSE Tumbleweed                                                      July
15, 2020                                                      openSUSE
Tumbleweed


You are receiving this mail because: