Conversation
|
GNU testsuite comparison: |
ChrisDryden
reviewed
Feb 8, 2026
| specified. | ||
| od-help-traditional = compatibility mode with one input, offset and label. | ||
| od-help-o = octal 2-byte units | ||
| od-help-capital-i = decimal 8-byte units |
Collaborator
There was a problem hiding this comment.
I think this isn't correct, help me understand if this is your understanding too:
-i corresponds to 4 bytes but
-I corresponds to 8 bytes
ChrisDryden
reviewed
Feb 8, 2026
| od-help-capital-x = unités hexadécimales 4-octets | ||
| od-help-capital-h = unités hexadécimales 4-octets | ||
| od-help-e = unités virgule flottante double précision (64-bits) | ||
| od-help-f = unités virgule flottante double précision (32-bits) |
Collaborator
There was a problem hiding this comment.
I only did french for a few years in Canada but I don't remember single being a french term, google translate is saying the term here would be "simple"? I think all of the other reviewers are native french speakers can help me out here.
Collaborator
|
Let me know if you think my comment about the -i vs -I is correct but the -f definitely seems correct to me just might be an issue with the french translation |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi! I noticed a potential documentation issue in the
odhelp/manpage:-fis described as “double precision (32-bit)”, aren't 32-bit floats single precision?-iis described as “decimal 8-byte units”; if I’m not mistaken,-icorresponds to Cint(typically 4-byte) /-t dI.This PR updates the wording accordingly. No behavior changes—docs/help only. Thanks!