summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2000-08-22 19:21:08 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2000-08-22 19:21:08 +0000
commit4a6acafd554de785060b2b8f36ecb3bec8073a7c (patch)
tree31cffecbbe61fce2e7222ed737c8679407a49af1 /lib
parentd6fe9d5bc01e90a9675bc5f64c5288afeb044409 (diff)
Notes
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/net/rcmd.35
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/libc/net/rcmd.3 b/lib/libc/net/rcmd.3
index 63f7fb549358..7aa77e1047da 100644
--- a/lib/libc/net/rcmd.3
+++ b/lib/libc/net/rcmd.3
@@ -99,6 +99,10 @@ is set to the standard name of the host
and a connection is established to a server
residing at the well-known Internet port
.Fa inport .
+It is up to the caller to free the memory associated with
+.Fa *ahost
+using
+.Fn free .
.Pp
If the connection succeeds,
a socket in the Internet domain of type
@@ -264,6 +268,7 @@ is overloaded to mean ``All network ports in use.''
.Xr rlogin 1 ,
.Xr rsh 1 ,
.Xr intro 2 ,
+.Xr free 3 ,
.Xr rexec 3 ,
.Xr rexecd 8 ,
.Xr rlogind 8 ,