nixos/manual: remove remaining docbook tags

there's one remaining instance of literal docbook tags in the manual.
replace it with a literal (as has been done for package tags everywhere else).
This commit is contained in:
pennae 2023-02-08 10:51:08 +01:00
parent bb34d5d6d4
commit 2ad93ab199
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ It means that if you have SSH access to a machine, no additional setup is needed
## Interactive mounting {#sec-sshfs-interactive}
In NixOS, SSHFS is packaged as <package>sshfs</package>.
In NixOS, SSHFS is packaged as `sshfs`.
Once installed, mounting a directory interactively is simple as running:
```ShellSession
$ sshfs my-user@example.com:/my-dir /mnt/my-dir

View File

@ -12,7 +12,7 @@
<section xml:id="sec-sshfs-interactive">
<title>Interactive mounting</title>
<para>
In NixOS, SSHFS is packaged as <package>sshfs</package>. Once
In NixOS, SSHFS is packaged as <literal>sshfs</literal>. Once
installed, mounting a directory interactively is simple as
running:
</para>