summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/BIO_s_file.3
diff options
context:
space:
mode:
authorschwarze <>2023-11-16 20:19:23 +0000
committerschwarze <>2023-11-16 20:19:23 +0000
commit21c26388f56718f5319b42c16da8ba45dfa49365 (patch)
tree4b75b6e21d61ee0e42e31a38d02dad9d93198522 /src/lib/libcrypto/man/BIO_s_file.3
parentf712e6220fa1ace65db95528d4a7abac926754a3 (diff)
downloadopenbsd-21c26388f56718f5319b42c16da8ba45dfa49365.tar.gz
openbsd-21c26388f56718f5319b42c16da8ba45dfa49365.tar.bz2
openbsd-21c26388f56718f5319b42c16da8ba45dfa49365.zip
drop some duplicate statements about macros
Diffstat (limited to 'src/lib/libcrypto/man/BIO_s_file.3')
-rw-r--r--src/lib/libcrypto/man/BIO_s_file.310
1 files changed, 4 insertions, 6 deletions
diff --git a/src/lib/libcrypto/man/BIO_s_file.3 b/src/lib/libcrypto/man/BIO_s_file.3
index 7b58903123..14950cad13 100644
--- a/src/lib/libcrypto/man/BIO_s_file.3
+++ b/src/lib/libcrypto/man/BIO_s_file.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: BIO_s_file.3,v 1.16 2023/05/01 07:04:38 jsg Exp $ 1.\" $OpenBSD: BIO_s_file.3,v 1.17 2023/11/16 20:19:23 schwarze Exp $
2.\" full merge up to: OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400 2.\" full merge up to: OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400
3.\" selective merge up to: OpenSSL 1212818e Sep 11 13:22:14 2018 +0100 3.\" selective merge up to: OpenSSL 1212818e Sep 11 13:22:14 2018 +0100
4.\" 4.\"
@@ -66,7 +66,7 @@
66.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 66.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
67.\" OF THE POSSIBILITY OF SUCH DAMAGE. 67.\" OF THE POSSIBILITY OF SUCH DAMAGE.
68.\" 68.\"
69.Dd $Mdocdate: May 1 2023 $ 69.Dd $Mdocdate: November 16 2023 $
70.Dt BIO_S_FILE 3 70.Dt BIO_S_FILE 3
71.Os 71.Os
72.Sh NAME 72.Sh NAME
@@ -196,14 +196,12 @@ sets the file pointer of a file BIO to
196.Fa flags 196.Fa flags
197has the same meaning as in 197has the same meaning as in
198.Fn BIO_new_fp . 198.Fn BIO_new_fp .
199.Fn BIO_set_fp
200is a macro.
201.Pp 199.Pp
202.Fn BIO_get_fp 200.Fn BIO_get_fp
203retrieves the file pointer of a file BIO, it is a macro. 201retrieves the file pointer of a file BIO.
204.Pp 202.Pp
205.Xr BIO_seek 3 203.Xr BIO_seek 3
206is a macro that sets the position pointer to 204sets the position pointer to
207.Fa offset 205.Fa offset
208bytes from the start of file. 206bytes from the start of file.
209.Pp 207.Pp