Skip to content

Commit 1ab842d

Browse files
committed
nixos-rebuild-ng: Fix curly quotation mark pairings in the man page
1 parent 11f2af9 commit 1ab842d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pkgs/by-name/ni/nixos-rebuild-ng/nixos-rebuild.8.scd

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -190,17 +190,17 @@ It must be one of the following:
190190
trusted user in the Nix daemon. This can be achieved by using the
191191
_nix.settings.trusted-users_ NixOS option. Examples values for that
192192
option are described in the “Remote builds” chapter in the Nix manual,
193-
(i.e. ‘--builders "ssh://bigbrother x86_64-linux"). By specifying an
193+
(i.e. ‘--builders "ssh://bigbrother x86_64-linux"). By specifying an
194194
empty string existing builders specified in /etc/nix/machines can be
195-
ignored: ‘--builders "" for example when they are not reachable due to
195+
ignored: ‘--builders "" for example when they are not reachable due to
196196
network connectivity.
197197

198198
*--profile-name* _name_, *-p* _name_
199199
Instead of using the Nix profile _/nix/var/nix/profiles/system_ to keep
200200
track of the current and previous system configurations, use
201201
_/nix/var/nix/profiles/system-profiles/name_. When you use GRUB 2, for
202202
every system profile created with this flag, NixOS will create a submenu
203-
named “NixOS - Profile _name_ in GRUB's boot menu, containing the
203+
named “NixOS - Profile _name_ in GRUB's boot menu, containing the
204204
current and previous configurations of this profile.
205205

206206
For instance, if you want to test a configuration file named _test.nix_
@@ -209,7 +209,7 @@ It must be one of the following:
209209
$ nixos-rebuild switch -p test -I nixos-config=./test.nix
210210

211211
The new configuration will appear in the GRUB 2 submenu “NixOS - Profile
212-
‘test’.
212+
‘test’.
213213

214214
*--specialisation* _name_, *-c* _name_
215215
Activates given specialisation; when not specified, switching and testing

0 commit comments

Comments
 (0)