diff options
author | 2014-08-31 20:34:28 +0000 | |
---|---|---|
committer | 2014-08-31 20:34:28 +0000 | |
commit | 285e0106ded6b616f22447bf2ab8df2b9a5d309e (patch) | |
tree | e13c677538d51e2253dd0504da858e43f27ff6b1 | |
parent | accept4() should be a cancellation point. (diff) | |
download | wireguard-openbsd-285e0106ded6b616f22447bf2ab8df2b9a5d309e.tar.xz wireguard-openbsd-285e0106ded6b616f22447bf2ab8df2b9a5d309e.zip |
no Pp needed before non-compact lists;
-rw-r--r-- | lib/libc/uuid/uuid.3 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/uuid/uuid.3 b/lib/libc/uuid/uuid.3 index b1eb49757e8..dd4418f6e2c 100644 --- a/lib/libc/uuid/uuid.3 +++ b/lib/libc/uuid/uuid.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: uuid.3,v 1.2 2014/08/31 19:59:34 miod Exp $ +.\" $OpenBSD: uuid.3,v 1.3 2014/08/31 20:34:28 jmc Exp $ .\" $NetBSD: uuid.3,v 1.7 2008/05/02 18:11:05 martin Exp $ .\" .\" Copyright (c) 2004 The NetBSD Foundation, Inc. @@ -179,7 +179,6 @@ functions return successful or unsuccessful completion status in the .Fa status argument. Possible values are: -.Pp .Bl -tag -width ".Dv uuid_s_invalid_string_uuid" .It Dv uuid_s_ok The function completed successfully. |