diff options
Diffstat (limited to 'man3/rexec.3')
| -rw-r--r-- | man3/rexec.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/rexec.3 b/man3/rexec.3 index 2b8e5c57ad..4a3d3968c4 100644 --- a/man3/rexec.3 +++ b/man3/rexec.3 @@ -45,10 +45,10 @@ rexec, rexec_af \- return stream to a remote command .nf .B #include <netdb.h> .PP -.BI "int rexec(char **" ahost ", int " inport ", const char *" user ", " +.BI "int rexec(char **" ahost ", int " inport ", const char *" user , .BI " const char *" passwd ", const char *" cmd ", int *" fd2p ); .PP -.BI "int rexec_af(char **" ahost ", int " inport ", const char *" user ", " +.BI "int rexec_af(char **" ahost ", int " inport ", const char *" user , .BI " const char *" passwd ", const char *" cmd ", int *" fd2p , .BI " sa_family_t " af ); .fi |
