This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/19038] New: argp.doc prints incorrectly when it starts with "\v"


https://sourceware.org/bugzilla/show_bug.cgi?id=19038

            Bug ID: 19038
           Summary: argp.doc prints incorrectly when it starts with "\v"
           Product: glibc
           Version: 2.24
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
          Assignee: unassigned at sourceware dot org
          Reporter: kstauffer at gmail dot com
                CC: drepper.fsp at gmail dot com
  Target Milestone: ---

Created attachment 8661
  --> https://sourceware.org/bugzilla/attachment.cgi?id=8661&action=edit
A argp parser whose ``doc" members starts with '\v'

The attached program has a root argp parser with a "doc" member of "\vAfter"
but this is what "b --help" prints:

Usage: b [OPTION...]

After

  -?, --help                 Give this help list
      --usage                Give a short usage message

After

The first occurrence of "After" is erroneous.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]