diff options
| author | Diomidis Spinellis <dds@FreeBSD.org> | 2005-04-11 16:56:52 +0000 |
|---|---|---|
| committer | Diomidis Spinellis <dds@FreeBSD.org> | 2005-04-11 16:56:52 +0000 |
| commit | dea6ffd9f6064aba79e9bfa455295ae4c8c56494 (patch) | |
| tree | ab41041202ee6d96ac5964cb26cfce535fe5c3a9 | |
| parent | 4654c8f47f1d137cbf3b6b121ef511bdf8b0bb5a (diff) | |
Notes
| -rw-r--r-- | usr.sbin/mount_portalfs/mount_portalfs.8 | 8 |
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 2d5b602a05d4b..3f6d08d33c123 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 |
