mirror of
git://git.savannah.gnu.org/config.git
synced 2025-07-06 13:18:21 +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.GUESS "1" "January 2023" "GNU config.guess (2023-01-01)" "User Commands"
|
||||
.TH CONFIG.GUESS "1" "June 2023" "GNU config.guess (2023-06-23)" "User Commands"
|
||||
.SH NAME
|
||||
config.guess \- guess the build system triplet
|
||||
.SH SYNOPSIS
|
||||
@ -14,7 +14,7 @@ compiler being built will produce code.
|
||||
|
||||
This script will guess the type of the `build' machine.
|
||||
.PP
|
||||
Output the configuration name of the system `config.guess' is run on.
|
||||
Output the configuration name of the system 'config.guess' is run on.
|
||||
.SH OPTIONS
|
||||
.TP
|
||||
\fB\-h\fR, \fB\-\-help\fR
|
||||
|
Reference in New Issue
Block a user