diff options
| author | Chris Costello <chris@FreeBSD.org> | 1999-08-14 22:25:59 +0000 |
|---|---|---|
| committer | Chris Costello <chris@FreeBSD.org> | 1999-08-14 22:25:59 +0000 |
| commit | 9f237b0c79bec39508e8abf9c0380a6efc120726 (patch) | |
| tree | 4910f03ee1c7bba479a2755d3264aec982d9ae04 | |
| parent | a9aea92dee959dea74efea80ab571c656f6f2fe7 (diff) | |
Notes
| -rw-r--r-- | sbin/mount_portal/mount_portal.8 | 4 | ||||
| -rw-r--r-- | sbin/mount_portalfs/mount_portalfs.8 | 4 | ||||
| -rw-r--r-- | usr.sbin/mount_portalfs/mount_portalfs.8 | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sbin/mount_portal/mount_portal.8 b/sbin/mount_portal/mount_portal.8 index d6fc8a9c1ee2..68183392eb3b 100644 --- a/sbin/mount_portal/mount_portal.8 +++ b/sbin/mount_portal/mount_portal.8 @@ -35,7 +35,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)mount_portal.8 8.3 (Berkeley) 3/27/94 -.\" $Id: mount_portal.8,v 1.4 1998/12/15 18:59:06 dillon Exp $ +.\" $Id: mount_portal.8,v 1.5 1999/08/06 04:19:27 dwhite Exp $ .\" .Dd March 27, 1994 .Dt MOUNT_PORTAL 8 @@ -101,7 +101,7 @@ socket bound to the given hostname-port pair. The hostname may be specified as "ANY" to allow any other host to connect to the socket. A port number of 0 will dynamically allocate a port, this can be discovered by calling -.Xr getsockname 8 +.Xr getsockname 2 with the returned file descriptor. Privileged ports can only be bound to by the super-user. The diff --git a/sbin/mount_portalfs/mount_portalfs.8 b/sbin/mount_portalfs/mount_portalfs.8 index d6fc8a9c1ee2..68183392eb3b 100644 --- a/sbin/mount_portalfs/mount_portalfs.8 +++ b/sbin/mount_portalfs/mount_portalfs.8 @@ -35,7 +35,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)mount_portal.8 8.3 (Berkeley) 3/27/94 -.\" $Id: mount_portal.8,v 1.4 1998/12/15 18:59:06 dillon Exp $ +.\" $Id: mount_portal.8,v 1.5 1999/08/06 04:19:27 dwhite Exp $ .\" .Dd March 27, 1994 .Dt MOUNT_PORTAL 8 @@ -101,7 +101,7 @@ socket bound to the given hostname-port pair. The hostname may be specified as "ANY" to allow any other host to connect to the socket. A port number of 0 will dynamically allocate a port, this can be discovered by calling -.Xr getsockname 8 +.Xr getsockname 2 with the returned file descriptor. Privileged ports can only be bound to by the super-user. The diff --git a/usr.sbin/mount_portalfs/mount_portalfs.8 b/usr.sbin/mount_portalfs/mount_portalfs.8 index d6fc8a9c1ee2..68183392eb3b 100644 --- a/usr.sbin/mount_portalfs/mount_portalfs.8 +++ b/usr.sbin/mount_portalfs/mount_portalfs.8 @@ -35,7 +35,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)mount_portal.8 8.3 (Berkeley) 3/27/94 -.\" $Id: mount_portal.8,v 1.4 1998/12/15 18:59:06 dillon Exp $ +.\" $Id: mount_portal.8,v 1.5 1999/08/06 04:19:27 dwhite Exp $ .\" .Dd March 27, 1994 .Dt MOUNT_PORTAL 8 @@ -101,7 +101,7 @@ socket bound to the given hostname-port pair. The hostname may be specified as "ANY" to allow any other host to connect to the socket. A port number of 0 will dynamically allocate a port, this can be discovered by calling -.Xr getsockname 8 +.Xr getsockname 2 with the returned file descriptor. Privileged ports can only be bound to by the super-user. The |
