Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd/bc/dist bc(1): Replace one last missed \f with ...



details:   https://anonhg.NetBSD.org/src/rev/03eb374fdbe2
branches:  trunk
changeset: 1017753:03eb374fdbe2
user:      uwe <uwe%NetBSD.org@localhost>
date:      Thu Jan 07 23:57:25 2021 +0000

description:
bc(1): Replace one last missed \f with semantic markup.

diffstat:

 external/bsd/bc/dist/bc.1 |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r dc36b2002756 -r 03eb374fdbe2 external/bsd/bc/dist/bc.1
--- a/external/bsd/bc/dist/bc.1 Thu Jan 07 21:21:35 2021 +0000
+++ b/external/bsd/bc/dist/bc.1 Thu Jan 07 23:57:25 2021 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: bc.1,v 1.7 2021/01/07 21:21:35 uwe Exp $
+.\" $NetBSD: bc.1,v 1.8 2021/01/07 23:57:25 uwe Exp $
 .\"
 .\" bc.1 - the bc manual
 .\"
@@ -264,7 +264,8 @@
 The result of the expression is the product of the two expressions.
 .It Ic "expr / expr"
 The result of the expression is the quotient of the two expressions.
-The scale of the result is the value of the variable \fBscale\fR.
+The scale of the result is the value of the variable
+.Ic scale .
 .It Ic "expr % expr"
 The result of the expression is the remainder and it is computed in the
 following way:



Home | Main Index | Thread Index | Old Index