git: 385796001c41 - main - utx.8: protect first name "Ed"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 08 Nov 2025 08:10:00 UTC
The branch main has been updated by wosch:
URL: https://cgit.FreeBSD.org/src/commit/?id=385796001c415c2410989edceef01e4b50c6cdee
commit 385796001c415c2410989edceef01e4b50c6cdee
Author: Wolfram Schneider <wosch@FreeBSD.org>
AuthorDate: 2025-11-08 08:04:33 +0000
Commit: Wolfram Schneider <wosch@FreeBSD.org>
CommitDate: 2025-11-08 08:04:33 +0000
utx.8: protect first name "Ed"
For some people "Ed" is a first name, but for mandoc it is a
macro (end of display block) and needs to be escaped.
---
usr.sbin/utx/utx.8 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/usr.sbin/utx/utx.8 b/usr.sbin/utx/utx.8
index ddcdcc08b2d2..354691e7138f 100644
--- a/usr.sbin/utx/utx.8
+++ b/usr.sbin/utx/utx.8
@@ -92,4 +92,4 @@ utility replaced
in
.Fx 10.0 .
.Sh AUTHORS
-.An Ed Schouten Aq Mt ed@FreeBSD.org
+.An \&Ed Schouten Aq Mt ed@FreeBSD.org