about summary refs log tree commit diff
path: root/nixos/doc/manual
diff options
context:
space:
mode:
authorSizhe Zhao <prc.zhao@outlook.com>2024-06-05 11:14:36 +0800
committerSizhe Zhao <prc.zhao@outlook.com>2024-06-05 11:14:36 +0800
commit5209c84957e0e932f25575c64b9b4db5c4bfa3b6 (patch)
tree0c26334cd6b5b5e980ee1712e8fe1d82a86895f5 /nixos/doc/manual
parent4f05b8e213041cc8effb0815ac101d854e8f1d7c (diff)
nixos/activation/bootspec: fix style
Diffstat (limited to 'nixos/doc/manual')
-rw-r--r--nixos/doc/manual/development/bootspec.chapter.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/nixos/doc/manual/development/bootspec.chapter.md b/nixos/doc/manual/development/bootspec.chapter.md
index 5c662c4f5aa3d..eb307c43088ed 100644
--- a/nixos/doc/manual/development/bootspec.chapter.md
+++ b/nixos/doc/manual/development/bootspec.chapter.md
@@ -33,4 +33,5 @@ To reduce incompatibility and prevent names from clashing between applications,
 
 It is possible to enable your own bootloader through [`boot.loader.external.installHook`](options.html#opt-boot.loader.external.installHook) which can wrap an existing bootloader.
 
-Currently, there is no good story to compose existing bootloaders to enrich their features, e.g. SecureBoot, etc. It will be necessary to reimplement or reuse existing parts.
+Currently, there is no good story to compose existing bootloaders to enrich their features, e.g. SecureBoot, etc.
+It will be necessary to reimplement or reuse existing parts.