Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.

Bug 1234316

Summary: typos on icastats man page
Product: Red Hat Enterprise Linux 6 Reporter: Martin Frodl <mfrodl>
Component: man-pages-overridesAssignee: Nikola Forró <nforro>
Status: CLOSED ERRATA QA Contact: Iveta Wiedermann <isenfeld>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 6.7CC: dhorak, isenfeld, jchaloup, nforro, ovasik, qe-baseos-apps, secondary-arch-list
Target Milestone: rcKeywords: ManPageChange
Target Release: ---   
Hardware: s390x   
OS: Linux   
Whiteboard:
Fixed In Version: man-pages-overrides-6.8.1-1.el6 Doc Type: Bug Fix
Doc Text:
NO_DOCS
Story Points: ---
Clone Of: 1168190 Environment:
Last Closed: 2016-05-11 00:57:47 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1300201    
Attachments:
Description Flags
icainfo man page
none
icastats man page none

Description Martin Frodl 2015-06-22 11:24:44 UTC
+++ This bug was initially created as a clone of Bug #1168190 +++

Description of problem:

I found a few typos on the brand new icastats manual page:

(1) For the cipering methods the invocation counter is further divided ...
            ^^^^^^^^ (should be 'ciphering')
(2) ... and persists until it is explicit removed (see the -d option) ...
                                 ^^^^^^^^ (should be 'explicitly')
(3) ... or system shutdown.  This also means that the statistical data ...
                  ^^^^^^^^ (the verb is 'shut down'; 'shutdown' is a noun)
(4) ... all users which have a icastats shared memory segment ...
                             ^ (should be 'an')
(5) ... show statistic values from the give user ...
                                       ^^^^ (should be 'given')

Also, there is this one little thing which might be of marginal importance but I would like to point it out here anyway. The sample output of icastats shown on the man page looks like this:

        function     |       # hardware      |      # software
       --------------+-----------------------+-------------------------
                     |     ENC   CRYPT   DEC |      ENC  CRYPT    DEC
       --------------|-----------------------|-------------------------
               SHA-1 |             0         |             0
             SHA-224 |             0         |             0
             SHA-256 |             0         |             0
             SHA-384 |             0         |             0
             SHA-512 |             0         |             0
               P_RNG |             0         |             0
              RSA-ME |             0         |             0
             RSA-CRT |             0         |             0
             DES ECB |          0           0|          0           0
             DES CBC |          0           0|          0           0
          DES CBC CS |          0           0|          0           0
             DES OFB |          0           0|          0           0
             DES CFB |          0           0|          0           0
             DES CTR |          0           0|          0           0
          DES CTRLST |          0           0|          0           0
         DES CBC MAC |          0           0|          0           0
            DES CMAC |          0           0|          0           0
            3DES ECB |          0           0|          0           0
            3DES CBC |          0           0|          0           0
         3DES CBC CS |          0           0|          0           0
            3DES OFB |          0           0|          0           0
            3DES CFB |          0           0|          0           0
            3DES CTR |          0           0|          0           0
        3DES CTRLIST |          0           0|          0           0
        3DES CBC MAC |          0           0|          0           0
           3DES CMAC |          0           0|          0           0
             AES ECB |          0           0|          0           0
             AES CBC |          0           0|          0           0
          AES CBC CS |          0           0|          0           0
             AES OFB |          0           0|          0           0
             AES CFB |          0           0|          0           0
             AES CTR |          0           0|          0           0
         AES CTRLIST |          0           0|          0           0
         AES CBC MAC |          0           0|          0           0
            AES CMAC |          0           0|          0           0
             AES CCM |          0           0|          0           0
             AES GCM |          0           0|          0           0
             AES XTS |          0           0|          0           0
            CCM AUTH |          0           0|          0           0

The zeros are crammed as far to the right as possible, which makes the table a little bit hard to read: in fact, the zeros from the ENC column almost look as though they belonged to the CRYPT one. Not only is such a formatting confusing, but it also does not reflect the actual layout used by icastats output (no matter the terminal width):

[root@localhost ~]# icastats
 function     |          # hardware      |       # software
--------------+--------------------------+-------------------------
              |       ENC    CRYPT   DEC |        ENC    CRYPT   DEC
--------------+--------------------------+-------------------------
        SHA-1 |               0          |                0
      SHA-224 |               0          |                0
      SHA-256 |               0          |                0
      SHA-384 |               0          |                0
      SHA-512 |               0          |                0
        P_RNG |               0          |                0
       RSA-ME |               0          |                0
      RSA-CRT |               0          |                0
      DES ECB |         0              0 |         0             0
      DES CBC |         0              0 |         0             0
      DES OFB |         0              0 |         0             0
      DES CFB |         0              0 |         0             0
   DES CTRLST |         0              0 |         0             0
     DES CMAC |         0              0 |         0             0
     3DES ECB |         0              0 |         0             0
     3DES CBC |         0              0 |         0             0
     3DES OFB |         0              0 |         0             0
     3DES CFB |         0              0 |         0             0
 3DES CTRLIST |         0              0 |         0             0
    3DES CMAC |         0              0 |         0             0
      AES ECB |         0              0 |         0             0
      AES CBC |         0              0 |         0             0
      AES OFB |         0              0 |         0             0
      AES CFB |         0              0 |         0             0
  AES CTRLIST |         0              0 |         0             0
     AES CMAC |         0              0 |         0             0
      AES CCM |         0              0 |         0             0
      AES GCM |         0              0 |         0             0
      AES XTS |         0              0 |         0             0
     CCM AUTH |         0              0 |         0             0

Please consider fixing this table's formatting in the man page as well.

Version-Release number of selected component (if applicable):
libica-2.4.2-2.el6.s390x

Comment 2 Martin Frodl 2015-06-22 11:40:20 UTC
Two more things to be fixed:

(4) Libica is a cryptografic library ...
                ^^^^^^^^^^^^ (should be 'cryptographic')

(5) ... all users which have a icastats shared memory segment ...
                  ^^^^^ (should be 'who')

Comment 5 Dan Horák 2016-01-15 09:59:34 UTC
Created attachment 1115063 [details]
icainfo man page

Comment 6 Dan Horák 2016-01-15 09:59:57 UTC
Created attachment 1115064 [details]
icastats man page

Comment 13 errata-xmlrpc 2016-05-11 00:57:47 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://rhn.redhat.com/errata/RHBA-2016-0940.html