summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMat Martineau <mathew.j.martineau@linux.intel.com>2016-05-09 08:26:27 +0100
committerDavid Howells <dhowells@redhat.com>2016-12-13 14:05:18 +0000
commitd68a981e5db41d059ac782071c35d1e8f3aaf61c (patch)
tree8ce56a80af0ba336c89b84af3d4e2f26d9da2e9b /Makefile
parent742c9d7b94051d3b21f9f61a73ed6b5f3544cb82 (diff)
downloadkeyutils-d68a981e5db41d059ac782071c35d1e8f3aaf61c.tar.gz
Doc: Update manpages for KEYCTL_DH_COMPUTE
Created a new manual page for section 3 for the keyctl_dh_compute and keyctl_dh_compute_alloc functions and listed these functions in the man3 page for keyctl. Updated the man1 page for the new 'keyctl dh_compute' command. Signed-off-by: Mat Martineau <mathew.j.martineau@linux.intel.com> Signed-off-by: David Howells <dhowells@redhat.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5eb939a..824bbbf 100644
--- a/Makefile
+++ b/Makefile
@@ -194,6 +194,7 @@ endif
$(LNS) keyctl_link.3 $(DESTDIR)$(MAN3)/keyctl_unlink.3
$(LNS) keyctl_read.3 $(DESTDIR)$(MAN3)/keyctl_read_alloc.3
$(LNS) recursive_key_scan.3 $(DESTDIR)$(MAN3)/recursive_session_key_scan.3
+ $(LNS) keyctl_dh_compute.3 $(DESTDIR)$(MAN3)/keyctl_dh_compute_alloc.3
$(INSTALL) -D -m 0644 keyutils.h $(DESTDIR)$(INCLUDEDIR)/keyutils.h
###############################################################################