diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2024-07-31 05:36:14 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2024-07-31 05:36:14 +0000 |
commit | faf539f6a61e2df07f263cad453b88bde219d49f (patch) | |
tree | 6b032a76d99dc88a7c40e06bcbee829b265b8b4e | |
parent | c69199934d0c07407debf00aa139c4899bae5574 (diff) |
quote the book title (%T) reference, to prevent formatters (in this case
groff) stumbling over literal words that match macro names;
-rw-r--r-- | usr.bin/bc/bc.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/bc/bc.1 b/usr.bin/bc/bc.1 index 128b98d2b50..260ca5da0d5 100644 --- a/usr.bin/bc/bc.1 +++ b/usr.bin/bc/bc.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bc.1,v 1.35 2021/03/08 02:47:27 jsg Exp $ +.\" $OpenBSD: bc.1,v 1.36 2024/07/31 05:36:13 jmc Exp $ .\" .\" Copyright (C) Caldera International Inc. 2001-2002. .\" All rights reserved. @@ -34,7 +34,7 @@ .\" .\" @(#)bc.1 6.8 (Berkeley) 8/8/91 .\" -.Dd $Mdocdate: March 8 2021 $ +.Dd $Mdocdate: July 31 2024 $ .Dt BC 1 .Os .Sh NAME @@ -365,7 +365,7 @@ option is specified on the command line. .\" 4.4BSD USD:6 .%A L. L. Cherry .%A R. H. Morris -.%T BC \(em An Arbitrary Precision Desk-Calculator Language +.%T "BC \(em An Arbitrary Precision Desk-Calculator Language" .Re .Sh STANDARDS The |