Module Name: src
Committed By: gdt
Date: Sat Oct 21 23:42:03 UTC 2023
Modified Files:
src/usr.sbin/vnconfig: vnconfig.8
Log Message:
vnconfig.8: Don't mention ciphertext
After all, this is not cgd(4).
To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 src/usr.sbin/vnconfig/vnconfig.8
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.sbin/vnconfig/vnconfig.8
diff -u src/usr.sbin/vnconfig/vnconfig.8:1.49 src/usr.sbin/vnconfig/vnconfig.8:1.50
--- src/usr.sbin/vnconfig/vnconfig.8:1.49 Sat Oct 21 23:38:26 2023
+++ src/usr.sbin/vnconfig/vnconfig.8 Sat Oct 21 23:42:03 2023
@@ -1,4 +1,4 @@
-.\" $NetBSD: vnconfig.8,v 1.49 2023/10/21 23:38:26 gdt Exp $
+.\" $NetBSD: vnconfig.8,v 1.50 2023/10/21 23:42:03 gdt Exp $
.\"
.\" Copyright (c) 1997 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -110,8 +110,8 @@ accesses separated in time, this is gene
This bypassing behavior results in not updating the modification
timestamp of the file.
Also, file contents read through the filesystem (and thus the
-filesystem's caching layer) may not be the correct values of
-ciphertext, so caution is in order for backups.
+filesystem's caching layer) may not be the contents written via this
+interface, so caution is in order for backups.
The
.Fl i
option may be useful if it is necessary to avoid inconsistent caching.