[Bug 223525] apropos(1) needs to normalize the comma in name list
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Nov 8 11:06:15 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223525
Bug ID: 223525
Summary: apropos(1) needs to normalize the comma in name list
Product: Base System
Version: CURRENT
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: bin
Assignee: freebsd-bugs at FreeBSD.org
Reporter: wosch at FreeBSD.org
On FreeBSD-current I get
$ apropos c99
c99(1) - standard C language compiler
c99, c, c78, c89, c90, c,, c78,, c89,, c90,(7) - The C programming language
You see double commas “,,” and a trailing comma after c90.
On FreeBSD 10 the results looks better formated:
$ apropos c99
c(7), c78(7), c89(7), c90(7), c99(7) - The C programming language
c99(1) - standard C language compiler
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list