Module Name: src
Committed By: uwe
Date: Thu Jan 7 23:57:25 UTC 2021
Modified Files:
src/external/bsd/bc/dist: bc.1
Log Message:
bc(1): Replace one last missed \f with semantic markup.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/external/bsd/bc/dist/bc.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/bsd/bc/dist/bc.1
diff -u src/external/bsd/bc/dist/bc.1:1.7 src/external/bsd/bc/dist/bc.1:1.8
--- src/external/bsd/bc/dist/bc.1:1.7 Thu Jan 7 21:21:35 2021
+++ src/external/bsd/bc/dist/bc.1 Thu Jan 7 23:57:25 2021
@@ -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 diff
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: