diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2019-07-08 21:19:55 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2019-07-08 21:19:55 +0000 |
commit | 6d8c52ed29e934c499b7b019d51b0ef1518771f9 (patch) | |
tree | 29490e564ab2ca61d9c500a706a49cae1d355ca1 /lib/libc | |
parent | e8b5e52a024581d339985174d431d914c0d2292f (diff) |
fix typo: RCF -> RFC
From Evan Silberman
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/uuid/uuid.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/uuid/uuid.3 b/lib/libc/uuid/uuid.3 index a8266802d4f..d88c6671851 100644 --- a/lib/libc/uuid/uuid.3 +++ b/lib/libc/uuid/uuid.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: uuid.3,v 1.6 2018/10/02 10:55:39 jmc Exp $ +.\" $OpenBSD: uuid.3,v 1.7 2019/07/08 21:19:54 tb Exp $ .\" $NetBSD: uuid.3,v 1.7 2008/05/02 18:11:05 martin Exp $ .\" .\" Copyright (c) 2004 The NetBSD Foundation, Inc. @@ -55,7 +55,7 @@ .\" .\" $FreeBSD: src/lib/libc/uuid/uuid.3,v 1.4 2003/08/08 19:12:28 marcel Exp $ .\" -.Dd $Mdocdate: October 2 2018 $ +.Dd $Mdocdate: July 8 2019 $ .Dt UUID_COMPARE 3 .Os .Sh NAME @@ -207,4 +207,4 @@ functions are compatible with the DCE 1.1 RPC specification. .Pp .Fn uuid_create generates version 4 UUIDs, -specified by section 4.4 of RCF 4122. +specified by section 4.4 of RFC 4122. |