Bug 460798

Summary: [I18N] String disambiguation
Product: [Fedora] Fedora Reporter: Robert-André Mauchin <zebob.m>
Component: pulseaudioAssignee: Lennart Poettering <lpoetter>
Status: CLOSED WONTFIX QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: medium    
Version: rawhideCC: lkundrak, michael.ughetto, pierre-bugzilla
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: All   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-09-04 15:27:09 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Robert-André Mauchin 2008-09-01 08:54:04 UTC
Hi,

During the translation process of pulseaudio we notice this string in the command line help (/src/utils/pacat.c:490) :

"      --format=SAMPLEFORMAT             The sample type, one of s16le, s16be, u8, float32le,\n"
"                                        float32be, ulaw, alaw (defaults to s16ne)\n"

It is strange that s16ne is the default as it doesn't appear in the previous list. Please, could you confirm that this is correct and not a typo.

Comment 1 Lennart Poettering 2008-09-04 15:27:09 UTC
Actually s16ne is right, since it is just an alias to the native endian s16 type of the local machine. The man page is more elaborate about this.

It might indeed be a bit surprising but I'd like to leave --help much terser than the man page, and hence i'd like to leave it the way it is right now.

Thanks anyway for pointing this out!