git: c8e7649b9909 - main - veriexec(8): Fix typo
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 13 Feb 2024 08:25:31 UTC
The branch main has been updated by lwhsu:
URL: https://cgit.FreeBSD.org/src/commit/?id=c8e7649b9909edc41bdff6c9f0b720d9e116dcc0
commit c8e7649b9909edc41bdff6c9f0b720d9e116dcc0
Author: Jui-Hsuan Chang <hsuan1117@gapp.nthu.edu.tw>
AuthorDate: 2024-01-09 16:36:18 +0000
Commit: Li-Wen Hsu <lwhsu@FreeBSD.org>
CommitDate: 2024-02-13 08:11:30 +0000
veriexec(8): Fix typo
Event: Advanced UNIX Programming Course (Fall’23) at NTHU.
Pull Request: https://github.com/freebsd/freebsd-src/pull/1018
---
sbin/veriexec/veriexec.8 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sbin/veriexec/veriexec.8 b/sbin/veriexec/veriexec.8
index 734b1cda40f6..2e476f327b14 100644
--- a/sbin/veriexec/veriexec.8
+++ b/sbin/veriexec/veriexec.8
@@ -171,6 +171,6 @@ modules.
.Sh HISTORY
The Verified Exec system first appeared in
.Nx .
-This utility derrives from the one found in Junos.
+This utility derives from the one found in Junos.
The key difference is the requirement that manifest files
be digitally signed.