summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mount_portalfs
diff options
context:
space:
mode:
authordds <dds@FreeBSD.org>2005-04-11 16:56:52 +0000
committerdds <dds@FreeBSD.org>2005-04-11 16:56:52 +0000
commit9917d4c3ed665b17ef69e1fa02f68e9183b76920 (patch)
treeab41041202ee6d96ac5964cb26cfce535fe5c3a9 /usr.sbin/mount_portalfs
parentaada531a3e4158d2549f1db21aa467c682d0e48c (diff)
downloadFreeBSD-src-9917d4c3ed665b17ef69e1fa02f68e9183b76920.zip
FreeBSD-src-9917d4c3ed665b17ef69e1fa02f68e9183b76920.tar.gz
Remove wrong -unfilled .Bd argument implied by -literal.
MFC after: 1 day
Diffstat (limited to 'usr.sbin/mount_portalfs')
-rw-r--r--usr.sbin/mount_portalfs/mount_portalfs.88
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/mount_portalfs/mount_portalfs.8 b/usr.sbin/mount_portalfs/mount_portalfs.8
index 2d5b602..3f6d08d 100644
--- a/usr.sbin/mount_portalfs/mount_portalfs.8
+++ b/usr.sbin/mount_portalfs/mount_portalfs.8
@@ -161,7 +161,7 @@ server.
.Pp
Implement a (single-threaded) echo server:
.Pp
-.Bd -unfilled -literal -offset indent
+.Bd -literal -offset indent
while :
do
(exec 3<>/p/tcplisten/ANY/echo && cat -u <&3 >&3)
@@ -171,7 +171,7 @@ done
Gather data from two sources.
Verify that two remote files are identical:
.Pp
-.Bd -unfilled -literal -offset indent
+.Bd -literal -offset indent
diff -q '/p/pipe/usr/bin/fetch -o - \\
ftp://ftp1.freebsd.org/pub/FreeBSD/README.TXT' \\
'/p/pipe/usr/bin/fetch -o - \\
@@ -184,7 +184,7 @@ Record a remote
.Tn ISO
image and calculate its checksum:
.Pp
-.Bd -unfilled -literal -offset indent
+.Bd -literal -offset indent
fetch -o - ftp://ftp5.freebsd.org/.../disc.iso |
tee '/p/pipe/usr/local/bin/cdrecord -' |
md5
@@ -194,7 +194,7 @@ Create an
.Tn XML
view of the password file:
.Pp
-.Bd -unfilled -literal -offset indent
+.Bd -literal -offset indent
ln -s '/p/pipe/usr/local/bin/passwd2xml /etc/passwd' \\
/etc/passwd.xml"
.Ed
OpenPOWER on IntegriCloud