diff options
author | schwarze <> | 2023-11-16 20:19:23 +0000 |
---|---|---|
committer | schwarze <> | 2023-11-16 20:19:23 +0000 |
commit | 21c26388f56718f5319b42c16da8ba45dfa49365 (patch) | |
tree | 4b75b6e21d61ee0e42e31a38d02dad9d93198522 /src/lib/libcrypto/man/BIO_s_file.3 | |
parent | f712e6220fa1ace65db95528d4a7abac926754a3 (diff) | |
download | openbsd-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.3 | 10 |
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 |
197 | has the same meaning as in | 197 | has the same meaning as in |
198 | .Fn BIO_new_fp . | 198 | .Fn BIO_new_fp . |
199 | .Fn BIO_set_fp | ||
200 | is a macro. | ||
201 | .Pp | 199 | .Pp |
202 | .Fn BIO_get_fp | 200 | .Fn BIO_get_fp |
203 | retrieves the file pointer of a file BIO, it is a macro. | 201 | retrieves the file pointer of a file BIO. |
204 | .Pp | 202 | .Pp |
205 | .Xr BIO_seek 3 | 203 | .Xr BIO_seek 3 |
206 | is a macro that sets the position pointer to | 204 | sets the position pointer to |
207 | .Fa offset | 205 | .Fa offset |
208 | bytes from the start of file. | 206 | bytes from the start of file. |
209 | .Pp | 207 | .Pp |