Bug 216534

Summary: ctladm: spurious characters in man page
Product: Documentation Reporter: eborisch+FreeBSD
Component: Books & ArticlesAssignee: 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
The word 'consecutive' has an incorrect 'C' in the middle of it (two instances on concurrent lines):

https://svnweb.freebsd.org/base/head/usr.sbin/ctladm/ctladm.8?diff_format=h&revision=275865&view=markup&pathrev=275895#l999
Comment 1 Warren Block freebsd_committer freebsd_triage 2017-01-29 13:18:24 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.
Comment 2 eborisch+FreeBSD 2017-01-29 19:05:42 UTC
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 |
Comment 3 commit-hook freebsd_committer freebsd_triage 2017-02-03 16:21:49 UTC
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
Comment 4 Warren Block freebsd_committer freebsd_triage 2017-02-03 16:22:15 UTC
Fixed, thank you!