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

--- Comment #3 from Tim Chase <free...@tim.thechases.com> ---
The main issue that triggered this is the common pattern of encountering an
unknown option, issuing

  man lam

and then doing a

  /-S

to learn more about the unknown option.  In the case of "-S", it pops to the
EXAMPLES section but doesn't land in the DESCRIPTION section.  However, for
something like "-T", it's a valid option but never appears in the man-page at
all.  Perhaps a better solution would include the upper-case options in the
text, something like

  "Normally, each option affects only the file after it.
  If the option letter is capitalized (-F, -P, -S, or -T) it
  affects all subsequent files until it appears again uncapitalized"

to give appropriate search targets?

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Reply via email to