From ed45167070e7035a02c95afe714512e5f1bc0405 Mon Sep 17 00:00:00 2001 From: jmc Date: Thu, 30 Mar 2023 16:16:32 +0000 Subject: [PATCH] escape "An" in a %T call, so groff does not flag it as an error; --- bin/csh/csh.1 | 4 ++-- 1 file 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 -- 2.20.1