Landing: a94bfa2fba3c
Project / Subsystem
gcc / libstdc++
Date
2026-06-08
Author
Gerald Pfeifer
Commit
a94bfa2fba3c7675724c1142789533b28076568e
Source
github
Perf win
No
Breaking
No
All attributes
- project
- gcc
- subsystem
- libstdc++
- patch_id
- —
- commit_hash
- a94bfa2fba3c7675724c1142789533b28076568e
- source_type
- github
- headline
- Libstdc++: Spell command-line option with a dash
- tldr
- Libstdc++ documentation now consistently uses "command-line option" with a dash for improved readability.
- author
- Gerald Pfeifer
- outcome
- committed
- performance_win
- false
- breaking_change
- false
- series_id
- —
- series_parts
- []
- tags
-
- • documentation
- • style-guide
- • libstdc++
- discussion_id_link
- —
- bugzilla_pr
- —
- date
- 2026-06-08T00:00:00.000Z
This commit standardizes the terminology within the libstdc++ documentation, ensuring that “command-line option” is consistently spelled with a hyphen. Specifically, the abi.xml file, which describes the Application Binary Interface for libstdc++, has been updated to reflect this stylistic change. This improves clarity and consistency across the documentation, making it easier for developers to read and understand.