| Summary: | ctladm: spurious characters in man page | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | eborisch+FreeBSD |
| Component: | Books & Articles | Assignee: | Warren Block <wblock> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | CC: | wblock |
| Priority: | --- | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
eborisch+FreeBSD
2017-01-27 21:41:10 UTC
It's not clear what "incorrect" means here. Is it an extra "c"? Please give more details. I do not see a problem in the source with the spelling of "consecutive", and the rendered man page looks correct. If you are seeing additional characters in the rendered man page, that could be a problem with locale settings. It's a "CYRILLIC SMALL LETTER ES" rather than a "LATIN SMALL LETTER C". It's the same on both lines 999 and 1000. Here's the hexdump of the first instance. 'c3 91 c2 81' rather than '63' at 0x71b1: 000071a0 6f 20 73 65 72 69 61 6c 69 7a 65 20 63 6f 6e 73 |o serialize cons| 000071b0 65 c3 91 c2 81 75 74 69 76 65 20 72 65 61 64 73 |e....utive reads| 000071c0 2f 77 72 69 74 65 73 2e 0a 53 65 74 20 74 6f 20 |/writes..Set to | A commit references this bug: Author: wblock Date: Fri Feb 3 16:21:30 UTC 2017 New revision: 313162 URL: https://svnweb.freebsd.org/changeset/base/313162 Log: Replace Cyrillic characters with Latin (normal) ones. PR: 216534 Submitted by: eborisch+FreeBSD@gmail.com MFC after: 1 week Sponsored by: iXsystems Changes: head/usr.sbin/ctladm/ctladm.8 Fixed, thank you! |