summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2017-02-11 23:12:22 +0000
committerjmc <jmc@openbsd.org>2017-02-11 23:12:22 +0000
commita6fd708555dad515d1defcf5eade3e0c7fc3f456 (patch)
tree559ceb33b0afce82a162997ae9429c1a4924b124
parenttweak previous; (diff)
downloadwireguard-openbsd-a6fd708555dad515d1defcf5eade3e0c7fc3f456.tar.xz
wireguard-openbsd-a6fd708555dad515d1defcf5eade3e0c7fc3f456.zip
tweak previous;
-rw-r--r--share/man/man9/file.94
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/file.9 b/share/man/man9/file.9
index b3dfe90ea95..bbb7ad20ca3 100644
--- a/share/man/man9/file.9
+++ b/share/man/man9/file.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: file.9,v 1.17 2017/02/11 19:51:06 guenther Exp $
+.\" $OpenBSD: file.9,v 1.18 2017/02/11 23:12:22 jmc Exp $
.\"
.\" Copyright (c) 2002 Artur Grabowski <art@openbsd.org>
.\" All rights reserved.
@@ -84,7 +84,7 @@ initializes the new file to have a reference count of two:
one for the reference from the file descriptor table and one
for the caller to release with
.Fn FRELE
-when it done initializing it.
+when it's done initializing it.
.Pp
A file descriptor is freed with
.Fn fdrelease .