diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2022-04-22 21:09:49 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2022-04-22 21:09:49 +0000 |
commit | f1150915c1d18b3476ae27cc0fabc2af5f1cef6f (patch) | |
tree | 2add8fff7a41cf5317a348524e734690a264ffbf | |
parent | 759273a9b9a2561c940d7ce711faeebe1d47d9f5 (diff) |
escape the word "An" in an Rs/Re block, since it can be
interpreted as a macro;
-rw-r--r-- | usr.bin/vi/docs/USD.doc/vi.man/vi.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/vi/docs/USD.doc/vi.man/vi.1 b/usr.bin/vi/docs/USD.doc/vi.man/vi.1 index 2d6728bb86b..a52de23f314 100644 --- a/usr.bin/vi/docs/USD.doc/vi.man/vi.1 +++ b/usr.bin/vi/docs/USD.doc/vi.man/vi.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vi.1,v 1.81 2022/04/22 15:48:29 millert Exp $ +.\" $OpenBSD: vi.1,v 1.82 2022/04/22 21:09:48 jmc Exp $ .\" .\" Copyright (c) 1994 .\" The Regents of the University of California. All rights reserved. @@ -2759,7 +2759,7 @@ and >0 if an error occurs. .Xr re_format 7 .Rs .\" 4.4BSD USD:12 -.%T An Introduction to Display Editing with Vi +.%T \&An Introduction to Display Editing with Vi .Re .\".Rs .\" 4.4BSD USD:13 |