mirror of
https://gitlab.com/khumba/nvd.git
synced 2024-11-23 13:21:46 +01:00
nvd.1: Escape characters that are special according to groff_char(7).
This commit is contained in:
parent
b1813cb042
commit
d9ad4964f5
1 changed files with 3 additions and 3 deletions
|
@ -202,9 +202,9 @@ symlink or a symlink to such a path. Valid examples include:
|
||||||
.br
|
.br
|
||||||
- /nix/var/nix/profiles/default
|
- /nix/var/nix/profiles/default
|
||||||
.br
|
.br
|
||||||
- ~/.nix-profile
|
- \(ti/.nix-profile
|
||||||
.br
|
.br
|
||||||
- ~/.local/state/nix/profiles/profile
|
- \(ti/.local/state/nix/profiles/profile
|
||||||
.br
|
.br
|
||||||
- /nix/var/nix/profiles/per-user/myself/profile
|
- /nix/var/nix/profiles/per-user/myself/profile
|
||||||
.br
|
.br
|
||||||
|
@ -271,7 +271,7 @@ following.
|
||||||
.RS
|
.RS
|
||||||
.EX
|
.EX
|
||||||
[U.] #1 linux 5.4.99 -> 5.4.100
|
[U.] #1 linux 5.4.99 -> 5.4.100
|
||||||
^^ ^ ^ ^
|
\(ha\(ha \(ha \(ha \(ha
|
||||||
|| | package name package versions
|
|| | package name package versions
|
||||||
|| count of packages within the section
|
|| count of packages within the section
|
||||||
|package selection state
|
|package selection state
|
||||||
|
|
Loading…
Reference in a new issue