From nobody Sun Nov 28 16:42:10 2021 X-Original-To: dev-commits-src-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id DB3DD18BA369; Sun, 28 Nov 2021 16:42:10 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4J2Dm24Dvlz3q0X; Sun, 28 Nov 2021 16:42:10 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 72780127AE; Sun, 28 Nov 2021 16:42:10 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1ASGgAvM026197; Sun, 28 Nov 2021 16:42:10 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1ASGgAur026196; Sun, 28 Nov 2021 16:42:10 GMT (envelope-from git) Date: Sun, 28 Nov 2021 16:42:10 GMT Message-Id: <202111281642.1ASGgAur026196@gitrepo.freebsd.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org From: Mateusz Piotrowski <0mp@FreeBSD.org> Subject: git: 8fff4d48d881 - stable/12 - os-release.5: Fix quoting of dots List-Id: Commit messages for all branches of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-src-all@freebsd.org X-BeenThere: dev-commits-src-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: 0mp X-Git-Repository: src X-Git-Refname: refs/heads/stable/12 X-Git-Reftype: branch X-Git-Commit: 8fff4d48d881cdba4e4be91e470a32be7f3861f7 Auto-Submitted: auto-generated ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638117730; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=yZQd9jg7kz31gtu6BkTfLFSTHcR5a4txsG8XcWtZ7q0=; b=O8zVCsHpK9OLMbq4RPZkVn/oaY1Ds8IjojDgzsBeuoh+LkUkYdx19RlDqwQDY9XxmGUxxB 6R6AMPIX6V2kyDO2Vot84skaTtuxLV7ilINTxO4otcSd79AZDH7nGmtlkj3W4J7zSVRrWr y2++MZsM3kGOIrq6s6H1wvv5EPFumukSZH/ylt5c+tS2eSg2aJrLHlVN7VzrZSILe4woLP 6eeEwtBihHIRNLyvExNY9mBbOj0oZvB2H19EWPlHsfHo69PRteas7ejhlG4zdPfatp6Zdv DaYpFcVtk/bXCqtPEL6vG8WcWW/heNRWcGPhHINEd5iuPGLpjjc+Ev/OZlGycw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638117730; a=rsa-sha256; cv=none; b=wRl0rhO4T+MkvBvVcdD0/y1Bsr7rw+uub7IxHAsCOh18u7kEswo/j/TL1PgM8kT0DyVJ2b A7d9inyAnLC4+n6SsvPAVXOVx1IeJYSrFPew99s/H7OngL9/YCYcMrWVcTd2t2nSVXopb1 iJwFEty/pBJO6hxZak26ceI/CK1FGGsdCkkhF4WDCFWd/RJsiFu0iOI0eT4v+Ktmo2rtzP nu07IG1FIYx89jbbk3P2isGHQDdpcIv8qIMfptPaJPbWO+9duHMbtZJG1eCI9T4r9onaP3 tzHwjUQ7/xW7zrHNZQtxFAbG+u8R9eS+EoU22jBIgNo6Yl6tnsVH87yMw7qIjg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N 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 _ .