nixos/doc: fix some manpage references

This commit is contained in:
Naïm Favier 2022-12-31 12:19:48 +01:00
parent f61e538c43
commit 4fb500d629
No known key found for this signature in database
GPG key ID: 95AFCE8211908325
4 changed files with 7 additions and 7 deletions

View file

@ -60,7 +60,7 @@ in rec {
`asDropin` creates a drop-in file named `overrides.conf`.
Mainly needed to define instances for systemd template units (e.g. `systemd-nspawn@mycontainer.service`).
See also systemd.unit(1).
See also {manpage}`systemd.unit(5)`.
'';
};
@ -86,7 +86,7 @@ in rec {
This option creates a `.wants` symlink in the given target that exists
statelessly without the need for running `systemctl enable`.
The in systemd.unit(5) manpage described `[Install]` section however is
The `[Install]` section described in {manpage}`systemd.unit(5)` however is
not supported because it is a stateful process that does not fit well
into the NixOS design.
'';