From e51590d6c4ab61f1a22a2f47104053fe2966ecdd Mon Sep 17 00:00:00 2001 From: Laurent Bigonville Date: Tue, 11 Jun 2019 11:53:14 -0400 Subject: 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 --- man/rpc_secure.3t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'man') 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" -- cgit v1.2.1