diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2017-10-08 15:14:53 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2017-10-08 15:14:53 +0000 |
commit | ea6b5e68cdc63b62bcf812d8abb3e1964041344f (patch) | |
tree | 8a137626ac3c1b6a0f95af033fbb041f9d584e8e /usr.bin | |
parent | 4957b63e892a3c1bc44f820b35e04fa8a7d2fc46 (diff) |
be a bit clearer about -l: original diff from jan stary, but i've
tweaked it a bit;
ok otto
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/bc/bc.1 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/usr.bin/bc/bc.1 b/usr.bin/bc/bc.1 index 40667fc500c..05e03ca3265 100644 --- a/usr.bin/bc/bc.1 +++ b/usr.bin/bc/bc.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bc.1,v 1.32 2015/11/17 05:45:35 mmcc Exp $ +.\" $OpenBSD: bc.1,v 1.33 2017/10/08 15:14:52 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: November 17 2015 $ +.Dd $Mdocdate: October 8 2017 $ .Dt BC 1 .Os .Sh NAME @@ -76,9 +76,9 @@ If multiple options are specified, they are processed in the order given, separated by newlines. .It Fl l -Allow specification of an arbitrary precision math library. -The definitions in the library are available to command line -expressions. +Include an arbitrary precision math library. +The definitions in the library are available to command line expressions +and are documented below. .El .Pp The syntax for @@ -262,7 +262,7 @@ Not specifying a return statement is equivalent to writing .Pp Functions available in the math library, which is loaded by specifying the .Fl l -flag on the command line +flag on the command line: .Pp .Bl -tag -width j(n,x) -offset indent -compact .It s(x) |