rcmd.3: srcfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2021-01-06 13:32:39 +01:00
parent 5c10d2c5e2
commit 422d5327a8
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ rresvport_af, iruserok_af, ruserok_af \- routines for returning a
stream to a remote command
.SH SYNOPSIS
.nf
.B #include <netdb.h> \ \ \fP/* Or <unistd.h> on some systems */
.BR "#include <netdb.h> " "/* Or <unistd.h> on some systems */"
.PP
.BI "int rcmd(char **" ahost ", unsigned short " inport ", const char *" locuser ,
.BI " const char *" remuser ", const char *" cmd ", int *" fd2p );