mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
os-release.5: Fix quoting of dots
Dots needs to escaped with \& to be places inside Ql quotes. MFC after: 3 days
This commit is contained in:
parent
3bc40f39fd
commit
ee7485bef5
1 changed files with 4 additions and 4 deletions
|
|
@ -24,7 +24,7 @@
|
|||
.\"
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd November 9, 2019
|
||||
.Dd November 23, 2021
|
||||
.Dt OS-RELEASE 5
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
|
@ -67,13 +67,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 _ .
|
||||
|
|
@ -102,7 +102,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 _ .
|
||||
|
|
|
|||
Loading…
Reference in a new issue