diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-11-14 02:57:29 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-11-14 02:57:29 +0000 |
commit | 5ac4e796ab65f0ab2514982a0b736ed185b71681 (patch) | |
tree | 0a7aa303df52b25f34eca7cb6da19071822a3885 /usr.sbin | |
parent | 8c40cc2c58bce394e853e8cfab1dde400d093b18 (diff) |
use $ or # before commands in examples
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/extattrctl/extattrctl.8 | 12 | ||||
-rw-r--r-- | usr.sbin/rdate/rdate.8 | 4 | ||||
-rw-r--r-- | usr.sbin/rdconfig/rdconfig.8 | 4 | ||||
-rw-r--r-- | usr.sbin/traceroute/traceroute.8 | 10 | ||||
-rw-r--r-- | usr.sbin/vnconfig/vnconfig.8 | 6 |
5 files changed, 18 insertions, 18 deletions
diff --git a/usr.sbin/extattrctl/extattrctl.8 b/usr.sbin/extattrctl/extattrctl.8 index da6f7d0fe62..88d61da67fe 100644 --- a/usr.sbin/extattrctl/extattrctl.8 +++ b/usr.sbin/extattrctl/extattrctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: extattrctl.8,v 1.2 2002/03/27 19:17:11 drahn Exp $ +.\" $OpenBSD: extattrctl.8,v 1.3 2002/11/14 02:57:28 deraadt Exp $ .\"- .\" Copyright (c) 2000, 2001 Robert N. M. Watson .\" All rights reserved. @@ -133,26 +133,26 @@ most have been enabled using .Cm enable . .El .Sh EXAMPLES -.Dl extattrctl start / +.Dl # extattrctl start / .Pp Start extended attributes on the root file system. .Pp -.Dl extattrctl initattr 17 /.attribute/md5 +.Dl # extattrctl initattr 17 /.attribute/md5 .Pp Create an attribute backing file in /.attribute/md5, and set the maximum size of each attribute to 17 bytes, with a sparse file used for storing the attributes. .Pp -.Dl extattrctl enable / system md5 /.attribute/md5 +.Dl # extattrctl enable / system md5 /.attribute/md5 .Pp Enable an attribute named md5 on the root file system, backed from the file /.attribute/md5. .Pp -.Dl extattrctl disable / md5 +.Dl # extattrctl disable / md5 .Pp Disable the attribute named md5 on the root file system. .Pp -.Dl extattrctl stop / +.Dl # extattrctl stop / .Pp Stop extended attributes on the root file system. .Sh SEE ALSO diff --git a/usr.sbin/rdate/rdate.8 b/usr.sbin/rdate/rdate.8 index e06b6e36e4e..65a4c8551b4 100644 --- a/usr.sbin/rdate/rdate.8 +++ b/usr.sbin/rdate/rdate.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rdate.8,v 1.20 2002/10/15 17:08:05 jakob Exp $ +.\" $OpenBSD: rdate.8,v 1.21 2002/11/14 02:57:28 deraadt Exp $ .\" $NetBSD: rdate.8,v 1.4 1996/04/08 20:55:17 jtc Exp $ .\" .\" Copyright (c) 1994 Christos Zoulas @@ -88,7 +88,7 @@ symlink to .Pa /usr/share/zoneinfo/right/Europe/Berlin and issue the following command: .Pp -.D1 Li "rdate -ncv ptbtime1.ptb.de" +.D1 Li "# rdate -ncv ptbtime1.ptb.de" .Pp The command of course assumes you have a working internet connection and DNS set up to connect to the server at diff --git a/usr.sbin/rdconfig/rdconfig.8 b/usr.sbin/rdconfig/rdconfig.8 index ce095f7c79a..e98748cb8ba 100644 --- a/usr.sbin/rdconfig/rdconfig.8 +++ b/usr.sbin/rdconfig/rdconfig.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rdconfig.8,v 1.6 2001/01/20 17:45:17 mickey Exp $ +.\" $OpenBSD: rdconfig.8,v 1.7 2002/11/14 02:57:28 deraadt Exp $ .\" $NetBSD: rdconfig.8,v 1.1.1.1 1995/10/08 22:40:41 gwr Exp $ .\" .\" Copyright (c) 1995 Gordon W. Ross @@ -60,7 +60,7 @@ process started earlier. .It Pa /dev/rd?? .El .Sh EXAMPLES -.Dl rdconfig /dev/rd0a 2048 & +.Dl # rdconfig /dev/rd0a 2048 & .Pp Configures the RAM disk .Pa rd0a diff --git a/usr.sbin/traceroute/traceroute.8 b/usr.sbin/traceroute/traceroute.8 index aca85e5f98b..981f720dae2 100644 --- a/usr.sbin/traceroute/traceroute.8 +++ b/usr.sbin/traceroute/traceroute.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: traceroute.8,v 1.30 2002/08/30 02:17:34 stevesk Exp $ +.\" $OpenBSD: traceroute.8,v 1.31 2002/11/14 02:57:28 deraadt Exp $ .\" $NetBSD: traceroute.8,v 1.6 1995/10/12 03:05:50 mycroft Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 @@ -249,7 +249,7 @@ flag). .Pp A sample use and output might be: .Bd -literal -[yak 71]% traceroute nis.nsf.net. +$ traceroute nis.nsf.net. traceroute to nis.nsf.net (35.1.1.48), 64 hops max, 56 byte packet 1 helios.ee.lbl.gov (128.3.112.1) 19 ms 19 ms 0 ms 2 lilac-dmc.Berkeley.EDU (128.32.216.1) 39 ms 39 ms 19 ms @@ -279,7 +279,7 @@ doesn't supply address-to-name translations for its .Pp A more interesting example is: .Bd -literal -[yak 72]% traceroute allspice.lcs.mit.edu. +$ traceroute allspice.lcs.mit.edu. traceroute to allspice.lcs.mit.edu (18.26.0.115), 64 hops max 1 helios.ee.lbl.gov (128.3.112.1) 0 ms 0 ms 0 ms 2 lilac-dmc.Berkeley.EDU (128.32.216.1) 19 ms 19 ms 19 ms @@ -390,12 +390,12 @@ If almost all the probes result in some kind of unreachable, will give up and exit. .Pp .Bd -literal -traceroute \-g 10.3.0.5 128.182.0.0 +$ traceroute \-g 10.3.0.5 128.182.0.0 .Ed will show the path from the Cambridge Mailbridge to PSC, while .Bd -literal -traceroute \-g 192.5.146.4 \-g 10.3.0.5 35.0.0.0 +$ traceroute \-g 192.5.146.4 \-g 10.3.0.5 35.0.0.0 .Ed will show the path from the Cambridge Mailbridge to Merit, using PSC to diff --git a/usr.sbin/vnconfig/vnconfig.8 b/usr.sbin/vnconfig/vnconfig.8 index 63f2085eb9e..26009a78b18 100644 --- a/usr.sbin/vnconfig/vnconfig.8 +++ b/usr.sbin/vnconfig/vnconfig.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vnconfig.8,v 1.16 2001/11/08 11:20:47 mpech Exp $ +.\" $OpenBSD: vnconfig.8,v 1.17 2002/11/14 02:57:28 deraadt Exp $ .\" .\" Copyright (c) 1993 University of Utah. .\" Copyright (c) 1980, 1989, 1991, 1993 @@ -112,11 +112,11 @@ Configure the vnode disk .Pa svnd0 (all of its partitions become usable): .Pp -.Dl vnconfig svnd0 /tmp/diskimage +.Dl # vnconfig svnd0 /tmp/diskimage .Pp Unconfigure the same device: .Pp -.Dl vnconfig -u svnd0 +.Dl # vnconfig -u svnd0 .Sh BUGS This command should really be named .Nm vndconfig . |