32 lines
814 B
Diff
32 lines
814 B
Diff
From 4029cfa7a99e50e0f00e5b42f6edf38b424a05ad Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?Nikola=20Forr=C3=B3?= <nforro@redhat.com>
|
|
Date: Wed, 29 May 2019 17:27:37 +0200
|
|
Subject: [PATCH] rpc.3: indicate that <rpc/rpc.h> is provided by
|
|
libtirpc-devel, not glibc
|
|
|
|
---
|
|
man-pages/man3/rpc.3 | 7 +++++++
|
|
1 file changed, 7 insertions(+)
|
|
|
|
diff --git a/man-pages/man3/rpc.3 b/man-pages/man3/rpc.3
|
|
index 0a1c263..65ac0fa 100644
|
|
--- a/man-pages/man3/rpc.3
|
|
+++ b/man-pages/man3/rpc.3
|
|
@@ -1211,6 +1211,13 @@ T{
|
|
T} Thread safety MT-Safe
|
|
.TE
|
|
.ad
|
|
+.SH NOTES
|
|
+The
|
|
+.I <rpc/rpc.h>
|
|
+header is not included with glibc, but requires installing
|
|
+.I libtirpc-devel
|
|
+package. See also
|
|
+.BR rpc (3t).
|
|
.SH SEE ALSO
|
|
.\" We don't have an rpc_secure.3 page in the set at the moment -- MTK, 19 Sep 05
|
|
.\" .BR rpc_secure (3),
|
|
--
|
|
2.21.0
|
|
|