[Bug 289245] usr.bin/man: support -l option
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 289245] [PATCH] usr.bin/man: support -l option"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 03 Sep 2025 15:33:08 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=289245
Ingo Schwarze <schwarze@usta.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #263402|0 |1
is obsolete| |
--- Comment #4 from Ingo Schwarze <schwarze@usta.de> ---
Created attachment 263449
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=263449&action=edit
rebased to head, allow -lt, reject -Kl
des@> Ingo, your patch appears to be against FreeBSD 13.0. Any chance you
could rebase it to something a little more recent, preferably main?
Oops, my git clone of FreeBSD was still on branch master, and i failed to
realize that's an obsolete branch because i don't use the clone very often.
Sorry for that, i now checked out main, pulled, and rebased the patch.
des@> imo -t should be allowed with -l
Done in man-l.head.patch.
In man.1, i consequently moved -l to the -adhlo group. I don't think it's
important for the synopsis to alert the reader that -lw is not very useful,
it's kind of obvious anyway from the meaning of the options. Besides, the
behaviour of different man(1) implementations varies for -lw, so not talking
too much about it is maybe even an advantage.
des@> and ignored with -fkw, but we can deal with that separately.
Indeed, that's at most tangentially related, so changes made in this respect.
--
You are receiving this mail because:
You are the assignee for the bug.