You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
814 B
32 lines
814 B
3 years ago
|
From a75ace33d790685e55ed5536f12675fd7aa340a9 Mon Sep 17 00:00:00 2001
|
||
|
From: =?UTF-8?q?Nikola=20Forr=C3=B3?= <nforro@redhat.com>
|
||
|
Date: Mon, 30 Nov 2020 11:45:46 +0100
|
||
|
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 3ecacaa..0f42da2 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.26.2
|
||
|
|