diff options
author | 2019-08-14 17:36:04 +0000 | |
---|---|---|
committer | 2019-08-14 17:36:04 +0000 | |
commit | 39b9897267de0f6d02080d107785aadc00c8dbf9 (patch) | |
tree | c4cfcdcdc64aa7ffabe1b01fef0bdc9a1d30f573 | |
parent | Document that ber_scanf_elements' 'p' and 't' attribute don't eat the (diff) | |
download | wireguard-openbsd-39b9897267de0f6d02080d107785aadc00c8dbf9.tar.xz wireguard-openbsd-39b9897267de0f6d02080d107785aadc00c8dbf9.zip |
wonky comma;
-rw-r--r-- | lib/libutil/ber_get_string.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libutil/ber_get_string.3 b/lib/libutil/ber_get_string.3 index 16251c18250..f2bd6210511 100644 --- a/lib/libutil/ber_get_string.3 +++ b/lib/libutil/ber_get_string.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ber_get_string.3,v 1.6 2019/08/14 17:21:42 martijn Exp $ +.\" $OpenBSD: ber_get_string.3,v 1.7 2019/08/14 17:36:04 jmc Exp $ .\" .\" Copyright (c) 2007, 2012 Reyk Floeter <reyk@openbsd.org> .\" @@ -107,9 +107,9 @@ and .Sq t , the type of the element is not checked. For -.Sq p , +.Sq p and -.Sq t +.Sq t , the pointer is not incremented to the next element. For .Sq e , |