mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 02:42:59 +00:00
14 lines
292 B
Plaintext
14 lines
292 B
Plaintext
.
|
|
.if n \{\
|
|
. \" Character translations for non-keyboard
|
|
. \" characters - to make them searchable
|
|
. if '\*[.T]'utf8' \{\
|
|
. char \- \N'45'
|
|
. char - \N'45'
|
|
. char ' \N'39'
|
|
. char \' \N'39'
|
|
. \}
|
|
.
|
|
.ds doc-default-operating-system Nixpkgs
|
|
.ds doc-volume-operating-system Nixpkgs
|