Browse Source

Mention #include of <sys/types.h> in synopsis.

Discussed with claudio@ and tedu@.
OPENBSD_6_6
rob 5 years ago
parent
commit
f90a0d7af2
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      src/lib/libutil/ber.3

+ 3
- 2
src/lib/libutil/ber.3 View File

@ -1,4 +1,4 @@
.\" $OpenBSD: ber.3,v 1.1 2019/05/11 17:46:02 rob Exp $
.\" $OpenBSD: ber.3,v 1.2 2019/05/12 19:29:41 rob Exp $
.\" .\"
.\" Copyright (c) 2007, 2012 Reyk Floeter <reyk@openbsd.org> .\" Copyright (c) 2007, 2012 Reyk Floeter <reyk@openbsd.org>
.\" .\"
@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\" .\"
.Dd $Mdocdate: May 11 2019 $
.Dd $Mdocdate: May 12 2019 $
.Dt BER 3 .Dt BER 3
.Os .Os
.Sh NAME .Sh NAME
@ -65,6 +65,7 @@
.Nm ber_free .Nm ber_free
.Nd encode and decode ASN.1 with Basic Encoding Rules .Nd encode and decode ASN.1 with Basic Encoding Rules
.Sh SYNOPSIS .Sh SYNOPSIS
.In sys/types.h
.In ber.h .In ber.h
.Ft "struct ber_element *" .Ft "struct ber_element *"
.Fn "ber_get_element" "unsigned int encoding" .Fn "ber_get_element" "unsigned int encoding"


Loading…
Cancel
Save