diff options
author | rob <rob@cvs.openbsd.org> | 2019-05-12 19:29:42 +0000 |
---|---|---|
committer | rob <rob@cvs.openbsd.org> | 2019-05-12 19:29:42 +0000 |
commit | 67e24919df295639605aa14bd98095befcdb32bc (patch) | |
tree | 92040218d9d0ea50538a041148ed3cc0be5eefb5 /lib | |
parent | 11b3a10b4ade98833449a14bfa7b48cef4c4246d (diff) |
Mention #include of <sys/types.h> in synopsis.
Discussed with claudio@ and tedu@.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libutil/ber.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libutil/ber.3 b/lib/libutil/ber.3 index 32c1aa4f9a6..ad6978ec929 100644 --- a/lib/libutil/ber.3 +++ b/lib/libutil/ber.3 @@ -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> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: May 11 2019 $ +.Dd $Mdocdate: May 12 2019 $ .Dt BER 3 .Os .Sh NAME @@ -65,6 +65,7 @@ .Nm ber_free .Nd encode and decode ASN.1 with Basic Encoding Rules .Sh SYNOPSIS +.In sys/types.h .In ber.h .Ft "struct ber_element *" .Fn "ber_get_element" "unsigned int encoding" |