diff options
author | 2015-07-15 15:16:59 +0000 | |
---|---|---|
committer | 2015-07-15 15:16:59 +0000 | |
commit | 586d02ca5b85a2bf4ffb836793e0ee447b5abb19 (patch) | |
tree | c1f0a907bdec563880cb9d58b4d84ce550bfd429 /lib/libutil | |
parent | Explicitly check for and handle EOF on a TLS connection. (diff) | |
download | wireguard-openbsd-586d02ca5b85a2bf4ffb836793e0ee447b5abb19.tar.xz wireguard-openbsd-586d02ca5b85a2bf4ffb836793e0ee447b5abb19.zip |
typo in manual page.
ok jsing@
Diffstat (limited to 'lib/libutil')
-rw-r--r-- | lib/libutil/isduid.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libutil/isduid.3 b/lib/libutil/isduid.3 index 36148eee648..4c5143a5b12 100644 --- a/lib/libutil/isduid.3 +++ b/lib/libutil/isduid.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: isduid.3,v 1.2 2013/06/05 03:40:26 tedu Exp $ +.\" $OpenBSD: isduid.3,v 1.3 2015/07/15 15:16:59 sobrado Exp $ .\" .\" * Copyright (c) Joel Sing <jsing@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: June 5 2013 $ +.Dd $Mdocdate: July 15 2015 $ .Dt ISDUID 3 .Os .Sh NAME @@ -40,7 +40,7 @@ are specified using the same flags as used by If the OPENDEV_PART flag is included in .Fa dflags the disklabel UID must consist of a 16-character hexadecimal string. -Otherwise the disklabel UID must consist of a 16-character hexidecimal string +Otherwise the disklabel UID must consist of a 16-character hexadecimal string followed by a .Sq \&. and a partition letter. |