mirror of
git://git.savannah.gnu.org/config.git
synced 2025-07-07 05:38:22 +12:00
Quote 'like this', not `like this'.
In 2012 the GNU Coding Standards changed to recommend quoting 'like this' or "like this" instead of `like this'. Alter diagnostics and comments accordingly. Use a more-consistent quoting style in config.sub diagnostics, preferring 'like this' to "like this" as the former is more resistant to shell metacharacters.
This commit is contained in:

committed by
Dmitry V. Levin

parent
63acb96f92
commit
4ad4bb7c30
@ -1,5 +1,5 @@
|
||||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.5.
|
||||
.TH CONFIG.SUB "1" "January 2023" "GNU config.sub (2023-01-21)" "User Commands"
|
||||
.TH CONFIG.SUB "1" "June 2023" "GNU config.sub (2023-06-23)" "User Commands"
|
||||
.SH NAME
|
||||
config.sub \- validate and canonicalize a configuration triplet
|
||||
.SH SYNOPSIS
|
||||
|
Reference in New Issue
Block a user