diff options
author | jmc <> | 2016-11-08 22:19:45 +0000 |
---|---|---|
committer | jmc <> | 2016-11-08 22:19:45 +0000 |
commit | 940c272713242bcc8ff6a54576c20345a43a098c (patch) | |
tree | 766ec4c7fc8764a33b9f81c723fee3779331be6b /src/lib/libcrypto/man/BN_set_negative.3 | |
parent | 225a4b22cb848306a5f851162860ae2ef943de83 (diff) | |
download | openbsd-940c272713242bcc8ff6a54576c20345a43a098c.tar.gz openbsd-940c272713242bcc8ff6a54576c20345a43a098c.tar.bz2 openbsd-940c272713242bcc8ff6a54576c20345a43a098c.zip |
some cleanup;
Diffstat (limited to 'src/lib/libcrypto/man/BN_set_negative.3')
-rw-r--r-- | src/lib/libcrypto/man/BN_set_negative.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/BN_set_negative.3 b/src/lib/libcrypto/man/BN_set_negative.3 index 871de9272e..166e2f2971 100644 --- a/src/lib/libcrypto/man/BN_set_negative.3 +++ b/src/lib/libcrypto/man/BN_set_negative.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: BN_set_negative.3,v 1.1 2016/11/05 20:36:11 schwarze Exp $ | 1 | .\" $OpenBSD: BN_set_negative.3,v 1.2 2016/11/08 22:19:45 jmc Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 2016 Ingo Schwarze <schwarze@openbsd.org> | 3 | .\" Copyright (c) 2016 Ingo Schwarze <schwarze@openbsd.org> |
4 | .\" | 4 | .\" |
@@ -14,7 +14,7 @@ | |||
14 | .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | 14 | .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
15 | .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 15 | .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
16 | .\" | 16 | .\" |
17 | .Dd $Mdocdate: November 5 2016 $ | 17 | .Dd $Mdocdate: November 8 2016 $ |
18 | .Dt BN_SET_NEGATIVE 3 | 18 | .Dt BN_SET_NEGATIVE 3 |
19 | .Os | 19 | .Os |
20 | .Sh NAME | 20 | .Sh NAME |
@@ -39,7 +39,7 @@ to negative if both | |||
39 | .Fa b | 39 | .Fa b |
40 | and | 40 | and |
41 | .Fa n | 41 | .Fa n |
42 | are nonzero, otherwise it sets it to positive. | 42 | are non-zero, otherwise it sets it to positive. |
43 | .Pp | 43 | .Pp |
44 | .Fn BN_is_negative | 44 | .Fn BN_is_negative |
45 | tests the sign of | 45 | tests the sign of |