diff options
Diffstat (limited to 'usr.bin/bc/bc.1')
-rw-r--r-- | usr.bin/bc/bc.1 | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/usr.bin/bc/bc.1 b/usr.bin/bc/bc.1 index 536fe015557..128b98d2b50 100644 --- a/usr.bin/bc/bc.1 +++ b/usr.bin/bc/bc.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bc.1,v 1.34 2017/10/09 06:59:07 otto Exp $ +.\" $OpenBSD: bc.1,v 1.35 2021/03/08 02:47:27 jsg 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: October 9 2017 $ +.Dd $Mdocdate: March 8 2021 $ .Dt BC 1 .Os .Sh NAME @@ -361,6 +361,12 @@ option is specified on the command line. .El .Sh SEE ALSO .Xr dc 1 +.Rs +.\" 4.4BSD USD:6 +.%A L. L. Cherry +.%A R. H. Morris +.%T BC \(em An Arbitrary Precision Desk-Calculator Language +.Re .Sh STANDARDS The .Nm |