diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2023-03-30 16:16:33 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2023-03-30 16:16:33 +0000 |
commit | 3d4b30383a5c733cd821f22e5445a505ef1a3955 (patch) | |
tree | 833979ffd30a69076455e26fa120e602e22499b6 /bin/csh | |
parent | ccebffd8b9ab653ee6f2163c23a6ffa52a525d5a (diff) |
escape "An" in a %T call, so groff does not flag it as an error;
Diffstat (limited to 'bin/csh')
-rw-r--r-- | bin/csh/csh.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/csh/csh.1 b/bin/csh/csh.1 index 0f69d7f241a..f3fae7677d0 100644 --- a/bin/csh/csh.1 +++ b/bin/csh/csh.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: csh.1,v 1.87 2023/03/30 16:00:47 op Exp $ +.\" $OpenBSD: csh.1,v 1.88 2023/03/30 16:16:32 jmc Exp $ .\" $NetBSD: csh.1,v 1.10 1995/03/21 09:02:35 cgd Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -2709,7 +2709,7 @@ source of home directories for .Rs .\" 4.4BSD USD:4 .%A W. Joy -.%T An Introduction to the C shell +.%T \&An Introduction to the C shell .Re .Sh HISTORY .Nm |