[Bug 288075] mandoc: missing documentation for -l option
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 07 Jul 2025 14:31:49 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=288075
Bug ID: 288075
Summary: mandoc: missing documentation for -l option
Product: Base System
Version: 15.0-CURRENT
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: bin
Assignee: bugs@FreeBSD.org
Reporter: wosch@FreeBSD.org
the mandoc(1) manual page has this section:
----------------------------------------------
EXAMPLES
To page manuals to the terminal:
$ mandoc -l mandoc.1 man.1 apropos.1 makewhatis.8
----------------------------------------------
However, the -l option is not documented on the page itself:
----------------------------------------------
SYNOPSIS
mandoc [-ac] [-I os=name] [-K encoding] [-mdoc | -man] [-O options]
[-T output] [-W level] [file ...]
----------------------------------------------
or the usage message:
/usr/bin/mandoc -?
mandoc: illegal option -- ?
usage: mandoc [-ac] [-I os=name] [-K encoding] [-mdoc | -man] [-O options]
[-T output] [-W level] [file ...]
--
You are receiving this mail because:
You are the assignee for the bug.