Browse Source

Document that ber_scanf_elements' 'p' and 't' attribute don't eat the

current ber element.
OK claudio@
Seems sensible to deraadt@
OPENBSD_6_6
martijn 5 years ago
parent
commit
e78f6151d9
1 changed files with 7 additions and 2 deletions
  1. +7
    -2
      src/lib/libutil/ber_get_string.3

+ 7
- 2
src/lib/libutil/ber_get_string.3 View File

@ -1,4 +1,4 @@
.\" $OpenBSD: ber_get_string.3,v 1.5 2019/05/21 12:30:07 rob Exp $
.\" $OpenBSD: ber_get_string.3,v 1.6 2019/08/14 17:21:42 martijn 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 21 2019 $
.Dd $Mdocdate: August 14 2019 $
.Dt BER_GET_STRING 3 .Dt BER_GET_STRING 3
.Os .Os
.Sh NAME .Sh NAME
@ -107,6 +107,11 @@ and
.Sq t , .Sq t ,
the type of the element is not checked. the type of the element is not checked.
For For
.Sq p ,
and
.Sq t
the pointer is not incremented to the next element.
For
.Sq e , .Sq e ,
a pointer to the element is stored in the corresponding pointer variable. a pointer to the element is stored in the corresponding pointer variable.
For For


Loading…
Cancel
Save