From c0ae5e437092420a2e2f7ec76d96b85a59efb74a Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Wed, 16 Apr 2008 07:14:11 +0000 Subject: [PATCH] Oops, I typed .Op where it should have been .Fl --- usr.sbin/vnconfig/vnconfig.8 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/usr.sbin/vnconfig/vnconfig.8 b/usr.sbin/vnconfig/vnconfig.8 index e940b57d18..459156364a 100644 --- a/usr.sbin/vnconfig/vnconfig.8 +++ b/usr.sbin/vnconfig/vnconfig.8 @@ -36,7 +36,7 @@ .\" .\" @(#)vnconfig.8 8.1 (Berkeley) 6/5/93 .\" $FreeBSD: src/usr.sbin/vnconfig/vnconfig.8,v 1.14.2.8 2003/01/04 22:35:53 keramida Exp $ -.\" $DragonFly: src/usr.sbin/vnconfig/vnconfig.8,v 1.8 2008/04/15 19:38:26 swildner Exp $ +.\" $DragonFly: src/usr.sbin/vnconfig/vnconfig.8,v 1.9 2008/04/16 07:14:11 swildner Exp $ .\" .Dd January 30, 2008 .Dt VNCONFIG 8 @@ -77,7 +77,7 @@ or can contain a filesystem that is mounted in the name space. If you want to use swap backing store for your device instead of a file, you can leave regular_file out and specify the size of the block device with the -.Op S +.Fl S option. .Pp Options indicate an action to be performed: @@ -167,17 +167,17 @@ VN is concerned. .It Fl T When a regular file is specified, VN will ftruncate() the file to 0 first. Normally you should also specify the -.Op S +.Fl S option to set the size of the file. This option also creates the file if it did not previously exist. This option is only meaningful if the -.Op S +.Fl S option has been specified. .It Fl Z When a regular file is specified, VN will zero the contents of the file to ensure that all blocks have been allocated by the filesystem. This option is only meaningful if the -.Op S +.Fl S option has been specified. .It Fl u Disable and ``unconfigure'' the device. -- 2.41.0