diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2016-12-10 21:13:26 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2016-12-10 21:13:26 +0000 |
commit | 3edef33dbfae24552d1a437b0d971e65c0c52965 (patch) | |
tree | fe5a05aebd5ed8dc626ffe23a80b05abfc09aa9c /usr.bin | |
parent | f4ca8460e8b699bd6f324ae123ffc16f96d58068 (diff) |
replace all references to bn(3) with BN_new(3),
and make sure all BN*(3) pages point back to BN_new(3)
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/dc/dc.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/dc/dc.1 b/usr.bin/dc/dc.1 index 42abbcde1d9..4e35c0e9db6 100644 --- a/usr.bin/dc/dc.1 +++ b/usr.bin/dc/dc.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: dc.1,v 1.28 2015/10/03 17:15:26 deraadt Exp $ +.\" $OpenBSD: dc.1,v 1.29 2016/12/10 21:13:25 schwarze Exp $ .\" .\" Copyright (C) Caldera International Inc. 2001-2002. .\" All rights reserved. @@ -34,7 +34,7 @@ .\" .\" @(#)dc.1 8.1 (Berkeley) 6/6/93 .\" -.Dd $Mdocdate: October 3 2015 $ +.Dd $Mdocdate: December 10 2016 $ .Dt DC 1 .Os .Sh NAME @@ -516,7 +516,7 @@ command first appeared in A complete rewrite of the .Nm command using the -.Xr bn 3 +.Xr BN_new 3 big number routines first appeared in .Ox 3.5 . .Sh AUTHORS |