diff options
| author | Wolfram Schneider <wosch@FreeBSD.org> | 2025-11-08 08:04:33 +0000 |
|---|---|---|
| committer | Wolfram Schneider <wosch@FreeBSD.org> | 2025-11-08 08:04:33 +0000 |
| commit | 385796001c415c2410989edceef01e4b50c6cdee (patch) | |
| tree | 2fd894ba721b542a766a859c16a65711e2f7fac6 | |
| parent | 068fea0aa15bceb7b6b01687542b58ee81d1d887 (diff) | |
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.
| -rw-r--r-- | usr.sbin/utx/utx.8 | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
