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: [email protected]
          Reporter: [email protected]

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.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to