aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2007-12-28 04:49:49 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2007-12-28 04:49:49 +0000
commit7afcdaa1a13d575b7c806138d08fb5fdeb2c30d7 (patch)
tree3a3d4858708d8c92911ab4c3b55483b05dee1252
parentad2f1d0b957005fb5adac72e2c5d3fcc4d16e618 (diff)
downloadman-pages-7afcdaa1a13d575b7c806138d08fb5fdeb2c30d7.tar.gz
tfix
-rw-r--r--man3/rcmd.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/rcmd.3 b/man3/rcmd.3
index fa5fe7700e..a5ee4e74c3 100644
--- a/man3/rcmd.3
+++ b/man3/rcmd.3
@@ -47,7 +47,7 @@ stream to a remote command
.B #include <netdb.h> \ \ \fP/* Or <unistd.h> on some systems */
.sp
.BI "int rcmd(char **" ahost ", int " inport ", const char *" locuser ", "
-.BI " const char *" remuser ", const char *" cmd ", int *" fd2p )
+.BI " const char *" remuser ", const char *" cmd ", int *" fd2p );
.sp
.BI "int rresvport(int *" port );
.sp