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/vnconfig | |
parent | 8c40cc2c58bce394e853e8cfab1dde400d093b18 (diff) |
use $ or # before commands in examples
Diffstat (limited to 'usr.sbin/vnconfig')
-rw-r--r-- | usr.sbin/vnconfig/vnconfig.8 | 6 |
1 files changed, 3 insertions, 3 deletions
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 . |