summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorLaurent Bigonville <bigon@bigon.be>2019-06-11 11:53:14 -0400
committerSteve Dickson <steved@redhat.com>2019-06-11 11:53:14 -0400
commite51590d6c4ab61f1a22a2f47104053fe2966ecdd (patch)
treeaf3f6aed417f5e4e94ed3c24bc877b8e1c50dd9a /man
parent83b7ac7f3dc74ae021903c4146e48823147a2e32 (diff)
downloadti-rpc-e51590d6c4ab61f1a22a2f47104053fe2966ecdd.tar.gz
man/rpc_secure.3t: Fix typo in manpage
Currently the publickey parameter of the authdes_pk_create() function is not displayed because of a typo Signed-off-by: Steve Dickson <steved@redhat.com>
Diffstat (limited to 'man')
-rw-r--r--man/rpc_secure.3t2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/rpc_secure.3t b/man/rpc_secure.3t
index 4a1ad93..404df0b 100644
--- a/man/rpc_secure.3t
+++ b/man/rpc_secure.3t
@@ -19,7 +19,7 @@
.Ft AUTH *
.Fo authdes_pk_create
.Fa "char *name"
-.FA "netobj *publickey"
+.Fa "netobj *publickey"
.Fa "unsigned window"
.Fa "struct sockaddr *addr"
.Fa "des_block *ckey"