diff options
| author | Diomidis Spinellis <dds@FreeBSD.org> | 2005-04-12 06:25:01 +0000 |
|---|---|---|
| committer | Diomidis Spinellis <dds@FreeBSD.org> | 2005-04-12 06:25:01 +0000 |
| commit | cd3c96421e60c8500880bc734a534180dc8a1c0f (patch) | |
| tree | 498e42aeb41cb1606cf5f546a561b5cd69781ae8 /usr.sbin | |
| parent | c11779a9cbe4d713f15dfdad441f98bab2e03b35 (diff) | |
Notes
Diffstat (limited to 'usr.sbin')
| -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 52f41e25dafd8..4c3b58ca1bac0 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 |
