about summary refs log tree commit diff
path: root/modules/workstation
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2021-03-25 12:56:26 +0000
committerAlyssa Ross <hi@alyssa.is>2021-03-25 12:56:26 +0000
commit92ddcc3c99805f4937e7f5434a49d7e7be25515e (patch)
tree8059f791fe96fbef69be0372c1562f63ce6bfeab /modules/workstation
parente86af05d62dc101c88eae831d71115c02d144e30 (diff)
downloadnixlib-92ddcc3c99805f4937e7f5434a49d7e7be25515e.tar
nixlib-92ddcc3c99805f4937e7f5434a49d7e7be25515e.tar.gz
nixlib-92ddcc3c99805f4937e7f5434a49d7e7be25515e.tar.bz2
nixlib-92ddcc3c99805f4937e7f5434a49d7e7be25515e.tar.lz
nixlib-92ddcc3c99805f4937e7f5434a49d7e7be25515e.tar.xz
nixlib-92ddcc3c99805f4937e7f5434a49d7e7be25515e.tar.zst
nixlib-92ddcc3c99805f4937e7f5434a49d7e7be25515e.zip
modules/documentation: man: prefer section 2 to 3am
`man fork' should show fork(2), not fork(3am).
Diffstat (limited to 'modules/workstation')
-rw-r--r--modules/workstation/documentation/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/workstation/documentation/default.nix b/modules/workstation/documentation/default.nix
index 54d6c6defe8b..d9a42b5051a7 100644
--- a/modules/workstation/documentation/default.nix
+++ b/modules/workstation/documentation/default.nix
@@ -8,6 +8,6 @@
 
   documentation.man.generateCaches = true;
   documentation.man.extraConfig = ''
-    SECTION 1 n l 8 3 0 2 3p 5 4 9 6 7
+    SECTION 1 n l 8 3 0 2 3p 3am 5 4 9 6 7
   '';
 }