Module Name:    src
Committed By:   uwe
Date:           Thu Mar 23 12:38:17 UTC 2023

Modified Files:
        src/share/man/man7: entropy.7

Log Message:
entropy(7): don't try to cram things into one-liners


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/share/man/man7/entropy.7

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man7/entropy.7
diff -u src/share/man/man7/entropy.7:1.5 src/share/man/man7/entropy.7:1.6
--- src/share/man/man7/entropy.7:1.5	Thu Mar 23 12:22:56 2023
+++ src/share/man/man7/entropy.7	Thu Mar 23 12:38:17 2023
@@ -1,4 +1,4 @@
-.\"	$NetBSD: entropy.7,v 1.5 2023/03/23 12:22:56 riastradh Exp $
+.\"	$NetBSD: entropy.7,v 1.6 2023/03/23 12:38:17 uwe Exp $
 .\"
 .\" Copyright (c) 2021 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -62,7 +62,13 @@ then they could impersonate you.
 .Nx
 relies on unpredictable secrets to make sure that private user data
 stored on nonvolatile media when memory is scarce
-.Pq Xr swapctl 8 , using So Li vm.swap_encrypt=1 Sc ; see Xr sysctl 7
+.Po
+.Xr swapctl 8 ,
+using
+.Ql vm.swap_encrypt=1 ;
+see
+.Xr sysctl 7
+.Pc
 cannot be recovered by forensic tools after shutdown.
 .El
 .\""""""""""""""""""""""""""""""""""""""

Reply via email to