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 1011068

Summary: man page: BehavioUr instead of behavior in en_US and vice versa
Product: Red Hat Enterprise Linux 6 Reporter: Petr Sklenar <psklenar>
Component: util-linux-ngAssignee: Karel Zak <kzak>
Status: CLOSED UPSTREAM QA Contact: qe-baseos-daemons
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 6.5CC: jchaloup, kzak, pschiffe
Target Milestone: rcKeywords: ManPageChange
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-07-02 07:26:41 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:

Description Petr Sklenar 2013-09-23 14:57:16 UTC
Description of problem:
behaviour or behavior or both

Version-Release number of selected component (if applicable):
util-linux-ng-2.17.2-12.14.el6.i686

How reproducible:
always

Steps to Reproduce:
# zcat /usr/share/man/man8/* | grep -r behaviour | wc -l
92
# zcat /usr/share/man/man8/* | grep -r behavior | wc -l
152


Actual results:
the usage of the both string 'behaviour' or 'behavior' in the man page

Expected results:
rand(behaviour,behavior)
not the both

Additional info:

Comment 3 Jan Chaloupka 2014-06-05 09:33:10 UTC
This is not just util-linux-ng package:

$ ls $(grep behavior *.8 | cut -d: -f1)
auditctl.8     grpck.8           newusers.8      pppd.8       smtpd.8
ausyscall.8    grubby.8          nscd.8          pwck.8       snmptrapd.8
auvirt.8       iptables-1.4.7.8  nscd.8          pwconv.8     sudo.8
blkdiscard.8   ld.so.8           ntpd.8          pwconv.8     tcpdump.8
chat.8         ld.so.8           numastat.8      rpm.8        tcpdump.8
chpasswd.8     lspci.8           numastat.8      rpm.8        tcpdump.8
cleanup.8      lspci.8           numastat.8      rsyslogd.8   tune2fs.8
cron.8         lspci.8           numastat.8      rsyslogd.8   tune2fs.8
cups-genppd.8  lvchange.8        PAM.8           saslauthd.8  tune2fs.8
cups-genppd.8  lvcreate.8        pam_cracklib.8  saslauthd.8  tune2fs.8
cups-lpd.8     MAKEDEV.8         pam_env.8       setpci.8     udevadm.8
dnsmasq.8      makedumpfile.8    pam_group.8     setpci.8     udevd.8
efibootmgr.8   master.8          pam_krb5.8      smartctl.8   useradd.8
efibootmgr.8   mdmon.8           pam_krb5.8      smartctl.8   useradd.8
fsck.8         mount.8           pam_limits.8    smartctl.8   useradd.8
fsck.8         mount.8           pam_listfile.8  smartctl.8   userdel.8
fstrim.8       mount.8           pam_passwdqc.8  smartctl.8   userhelper.8
groupadd.8     mount.cifs.8      pam_rootok.8    smartctl.8   usermod.8
groupdel.8     mount.cifs.8      pam_selinux.8   smartctl.8
groupmems.8    mount.cifs.8      pethtool.8      smartd.8
groupmod.8     NetworkManager.8  pifconfig.8     smartd.8

$ ls $(grep behaviour *.8 | cut -d: -f1)
blktrace.8         dnsmasq.8    lvm.8    mount.8           scsi_id.8    tc-red.8
blktrace.8         dnsmasq.8    mdadm.8  pam_succeed_if.8  scsi_id.8    tc-tbf.8
blktrace.8         ethtool.8    mount.8  ping.8            scsi_id.8    tune2fs.8
dhclient-script.8  execstack.8  mount.8  pppd.8            smartctl.8   tune2fs.8
dhclient-script.8  gssd.8       mount.8  pppd.8            snmpd.8      usermod.8
dhclient-script.8  hciconfig.8  mount.8  pppd.8            snmpd.8      winbindd.8
dmsetup.8          hdparm.8     mount.8  pppd.8            snmptrapd.8  yum.8
dnsmasq.8          hdparm.8     mount.8  pvcreate.8        staprun.8    yum.8
dnsmasq.8          ip.8         mount.8  rdisc.8           tc.8
dnsmasq.8          iwconfig.8   mount.8  repquota.8        tc.8
dnsmasq.8          lvcreate.8   mount.8  rsyslogd.8        tc.8

Replacing behaviour for behavior in one package does not change anything. All packages would have to be patched, one email to each packages upstream and so on.

This is rather typo of no concern for me. What do you think, Karel?

Comment 4 Karel Zak 2014-06-06 07:52:41 UTC
Fixed by usptream commit ee312c654b0c9f2e516fca729cb54c6c0ce42524.

Comment 5 Karel Zak 2014-06-06 07:58:11 UTC
(In reply to Jan Chaloupka from comment #3)
> Replacing behaviour for behavior in one package does not change anything.
> All packages would have to be patched, one email to each packages upstream
> and so on.

Yep.

> This is rather typo of no concern for me. What do you think, Karel?

It's so trivial issue that I don't think it makes sense to fix it in RHEL update. It would be better to use our resources for more important things.

IMHO it's enough to fix it in upstream trees.