[Bug 210377] usr.bin/comm update manpage

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Jul 7 03:36:08 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210377

Wayne Sierke <ws at au.dyndns.ws> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ws at au.dyndns.ws

--- Comment #1 from Wayne Sierke <ws at au.dyndns.ws> ---
The POSIX man page for comm uses "should" and additionally states:

   If the lines in both files are not ordered according to the collating
sequence of the current locale, the results are unspecified.


The FreeBSD man page states:

   The comm utility assumes that the files are lexically sorted; all characters
participate in line comparisons.


I think it is generally well-understood that in this context "should" indicates
a requirement of conformance. The additional statement reinforces that
requirement. There is no need to replace "should".

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-doc mailing list