artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd46c75
)
Add missing SEE ALSO section header.
author
jim
<jim@openbsd.org>
Sun, 4 May 2014 22:23:15 +0000
(22:23 +0000)
committer
jim
<jim@openbsd.org>
Sun, 4 May 2014 22:23:15 +0000
(22:23 +0000)
yup jmc@
lib/libssl/src/doc/crypto/BN_swap.pod
patch
|
blob
|
history
diff --git
a/lib/libssl/src/doc/crypto/BN_swap.pod
b/lib/libssl/src/doc/crypto/BN_swap.pod
index
79efaa1
..
14097ca
100644
(file)
--- a/
lib/libssl/src/doc/crypto/BN_swap.pod
+++ b/
lib/libssl/src/doc/crypto/BN_swap.pod
@@
-14,6
+14,8
@@
BN_swap - exchange BIGNUMs
BN_swap() exchanges the values of I<a> and I<b>.
+=head1 SEE ALSO
+
L<bn(3)|bn(3)>
=head1 HISTORY