summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mount_portalfs
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2005-06-14 12:26:36 +0000
committerru <ru@FreeBSD.org>2005-06-14 12:26:36 +0000
commitf4251aff5dd33b3ecdefe0625b813ea8608f6fc3 (patch)
treeab7be4a7aad8cb975f0cdfa546b802700d66d35b /usr.sbin/mount_portalfs
parent19aa3916e2ad1dc762e2589e9403b3321bf0104c (diff)
downloadFreeBSD-src-f4251aff5dd33b3ecdefe0625b813ea8608f6fc3.zip
FreeBSD-src-f4251aff5dd33b3ecdefe0625b813ea8608f6fc3.tar.gz
Markup fixes.
Approved by: re (blanket)
Diffstat (limited to 'usr.sbin/mount_portalfs')
-rw-r--r--usr.sbin/mount_portalfs/mount_portalfs.810
1 files changed, 3 insertions, 7 deletions
diff --git a/usr.sbin/mount_portalfs/mount_portalfs.8 b/usr.sbin/mount_portalfs/mount_portalfs.8
index 3f6d08d..ffbcb08 100644
--- a/usr.sbin/mount_portalfs/mount_portalfs.8
+++ b/usr.sbin/mount_portalfs/mount_portalfs.8
@@ -111,7 +111,7 @@ to the command's standard input.
.Pp
The
.Pa tcp
-namespace takes a slash separated hostname and a port and
+namespace takes a slash separated hostname and a port and
creates an open TCP/IP connection.
.Pp
The
@@ -160,7 +160,6 @@ server.
.Dl "head -1 /p/tcp/mx1.freebsd.org/smtp"
.Pp
Implement a (single-threaded) echo server:
-.Pp
.Bd -literal -offset indent
while :
do
@@ -170,7 +169,6 @@ done
.Pp
Gather data from two sources.
Verify that two remote files are identical:
-.Pp
.Bd -literal -offset indent
diff -q '/p/pipe/usr/bin/fetch -o - \\
ftp://ftp1.freebsd.org/pub/FreeBSD/README.TXT' \\
@@ -183,7 +181,6 @@ Record a remote
.Tn CD
.Tn ISO
image and calculate its checksum:
-.Pp
.Bd -literal -offset indent
fetch -o - ftp://ftp5.freebsd.org/.../disc.iso |
tee '/p/pipe/usr/local/bin/cdrecord -' |
@@ -193,7 +190,6 @@ md5
Create an
.Tn XML
view of the password file:
-.Pp
.Bd -literal -offset indent
ln -s '/p/pipe/usr/local/bin/passwd2xml /etc/passwd' \\
/etc/passwd.xml"
@@ -208,8 +204,8 @@ ln -s '/p/pipe/usr/local/bin/passwd2xml /etc/passwd' \\
.%A "Jan-Simon Pendry"
.%T "Portals in 4.4BSD"
.%B "USENIX 1995 Technical Conference Proceedings"
-.%C "Berkeley, CA"
-.%E "Peter Honeyman"
+.%O "Berkeley, CA"
+.%I "Peter Honeyman"
.Re
.Sh CAVEATS
This file system may not be NFS-exported.
OpenPOWER on IntegriCloud