Date: Sun, 28 Nov 2021 16:42:10 GMT From: Mateusz Piotrowski <0mp@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 8fff4d48d881 - stable/12 - os-release.5: Fix quoting of dots Message-ID: <202111281642.1ASGgAur026196@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/12 has been updated by 0mp (doc, ports committer): URL: https://cgit.FreeBSD.org/src/commit/?id=8fff4d48d881cdba4e4be91e470a32be7f3861f7 commit 8fff4d48d881cdba4e4be91e470a32be7f3861f7 Author: Mateusz Piotrowski <0mp@FreeBSD.org> AuthorDate: 2021-11-23 10:34:44 +0000 Commit: Mateusz Piotrowski <0mp@FreeBSD.org> CommitDate: 2021-11-28 16:42:01 +0000 os-release.5: Fix quoting of dots Dots needs to escaped with \& to be places inside Ql quotes. MFC after: 3 days (cherry picked from commit ee7485bef53df9108a20e497dac6341d030248ce) --- share/man/man5/os-release.5 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/share/man/man5/os-release.5 b/share/man/man5/os-release.5 index 0ad154859e3e..536e5079cd65 100644 --- a/share/man/man5/os-release.5 +++ b/share/man/man5/os-release.5 @@ -23,7 +23,7 @@ .\" .\" $FreeBSD$ .\" -.Dd November 9, 2019 +.Dd November 23, 2021 .Dt OS-RELEASE 5 .Os .Sh NAME @@ -66,13 +66,13 @@ A string describing the preferred OS name. Version string for the OS, in its usual and customary format. .It Dv ID Lower case version of the name with only a-z, 0-9, -.Ql . , +.Ql \&. , .Ql - , and .Ql _ . .It Dv VERSION_ID Lower case version of the version with only a-z, 0-9, -.Ql . , +.Ql \&. , .Ql - , and .Ql _ . @@ -101,7 +101,7 @@ A string describing the variant of this operating system. This variable is optional. .It Dv VARIANT_ID Lower case version of the variant with only a-z, 0-9, -.Ql . , +.Ql \&. , .Ql - , and .Ql _ .
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202111281642.1ASGgAur026196>