diff options
author | 2011-06-23 22:07:14 +0000 | |
---|---|---|
committer | 2011-06-23 22:07:14 +0000 | |
commit | 0802db8084a49ca03008337f81c7fe522dc33437 (patch) | |
tree | 7c200cc2d096735ed6d5ce66cc37ec1fdc4548c5 /lib/libutil | |
parent | Don't leak the ctrl_data in uvideo_queryctrl, uvideo_s_ctrl and uvideo_g_ctrl. (diff) | |
download | wireguard-openbsd-0802db8084a49ca03008337f81c7fe522dc33437.tar.xz wireguard-openbsd-0802db8084a49ca03008337f81c7fe522dc33437.zip |
s/ands/and/, from Tobias Ulmer
Diffstat (limited to 'lib/libutil')
-rw-r--r-- | lib/libutil/imsg_init.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libutil/imsg_init.3 b/lib/libutil/imsg_init.3 index e3f0c638d3b..b832d4764f0 100644 --- a/lib/libutil/imsg_init.3 +++ b/lib/libutil/imsg_init.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: imsg_init.3,v 1.4 2011/03/05 15:05:39 claudio Exp $ +.\" $OpenBSD: imsg_init.3,v 1.5 2011/06/23 22:07:14 sthen Exp $ .\" .\" Copyright (c) 2010 Nicholas Marriott <nicm@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING .\" OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: March 5 2011 $ +.Dd $Mdocdate: June 23 2011 $ .Dt IMSG_INIT 3 .Os .Sh NAME @@ -161,7 +161,7 @@ imsgbuf. creates a new message with header specified by .Fa type , .Fa peerid -ands +and .Fa pid . A .Fa pid |