git: 6ea7740b02 - main - 13.2R notes: reword 'now has a -r option'
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 18 Mar 2023 16:36:46 UTC
The branch main has been updated by grahamperrin: URL: https://cgit.FreeBSD.org/doc/commit/?id=6ea7740b027363bbf5ed106ab414953f5c2da15e commit 6ea7740b027363bbf5ed106ab414953f5c2da15e Author: Graham Perrin <grahamperrin@FreeBSD.org> AuthorDate: 2023-03-18 16:36:10 +0000 Commit: Graham Perrin <grahamperrin@FreeBSD.org> CommitDate: 2023-03-18 16:36:10 +0000 13.2R notes: reword 'now has a -r option' If the word "a" precedes a phrase that begins with a hyphen or dash followed by a vowel sound, a speaker might: * mispronounce the word as "an" * omit the hyphen/dash part of the phrase. In cases such as this, consider alternative wording. Approved by: karels Differential revision: https://reviews.freebsd.org/D39147 --- website/content/en/releases/13.2R/relnotes.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/en/releases/13.2R/relnotes.adoc b/website/content/en/releases/13.2R/relnotes.adoc index 37b216f75d..e14d60ea17 100644 --- a/website/content/en/releases/13.2R/relnotes.adoc +++ b/website/content/en/releases/13.2R/relnotes.adoc @@ -163,7 +163,7 @@ The `tcp_log_bucket` UMA zone has been renamed to `tcp_log_id_bucket`, and `tcp_ Sysctl variables with `(LEGACY)` in their descriptions are no longer being exported, these are used by ZFS sysctls that have been replaced by others, many of which alias to the same Prometheus metric name (like `vfs.zfs.arc_max` and `vfs.zfs.arc.max`). gitref:e4f508d5a211[repository=src] (Sponsored by Axcient) -The man:uuidgen[1] utility now has a `-r` option to generate a random UUID, version 4. +The man:uuidgen[1] utility has a new option `-r` to generate a random UUID, version 4. gitref:8fd1953b7eb2[repository=src] When invoked by man:inetd[8], `ctlstat -P` will now produce output suitable for ingestion into Prometheus; see man:ctlstat[8].