Opened 13 years ago
Closed 12 years ago
#4069 closed Bugs (fixed)
Minor mistakes in documentation
Reported by: | Owned by: | Vladimir Prus | |
---|---|---|---|
Milestone: | Boost 1.43.0 | Component: | program_options |
Version: | Boost 1.42.0 | Severity: | Cosmetic |
Keywords: | doc | Cc: |
Description
67 - otherwise, the part before "," specifies long name and the part
68 after -- long name.
Should be:
68 after -- short name.
84 return 'true' is 'option' specifies *this.
Should be:
84 return 'true' if 'option' specifies *this.
Besides, inconsistent use of verbal forms, e.g. 'return' vs. 'returns'.
Attachments (1)
Change History (2)
by , 13 years ago
Attachment: | ticket4069.patch added |
---|
comment:1 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Unified diff of the suggested changes