diff options
author | 2019-04-27 21:26:02 +0000 | |
---|---|---|
committer | 2019-04-27 21:26:02 +0000 | |
commit | f36f7e6ca2538b4e06d1c7a089c457f820d57185 (patch) | |
tree | 99e215c903111b6cba04ef63d3779f4de63acfcc | |
parent | Use REGRESS_TARGETS et al. (diff) | |
download | wireguard-openbsd-f36f7e6ca2538b4e06d1c7a089c457f820d57185.tar.xz wireguard-openbsd-f36f7e6ca2538b4e06d1c7a089c457f820d57185.zip |
keep the grammatical structure of the options list consistent;
-rw-r--r-- | sbin/vnconfig/vnconfig.8 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sbin/vnconfig/vnconfig.8 b/sbin/vnconfig/vnconfig.8 index 506d1c1ee30..eb759a9c32d 100644 --- a/sbin/vnconfig/vnconfig.8 +++ b/sbin/vnconfig/vnconfig.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vnconfig.8,v 1.3 2019/04/26 17:55:28 espie Exp $ +.\" $OpenBSD: vnconfig.8,v 1.4 2019/04/27 21:26:02 jmc Exp $ .\" .\" Copyright (c) 1993 University of Utah. .\" Copyright (c) 1980, 1989, 1991, 1993 @@ -49,7 +49,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: April 26 2019 $ +.Dd $Mdocdate: April 27 2019 $ .Dt VNCONFIG 8 .Os .Sh NAME @@ -80,7 +80,7 @@ Automatically allocate an unused device so that .Ar vnd_dev is not needed, -and prints its name on standard output. +and print its name on standard output. .It Fl K Ar rounds Associate an encryption key with the device. All data will be encrypted using the Blowfish cipher before it is @@ -124,7 +124,7 @@ of the specified The defaults are 512-byte sectors, 100 sectors per track and 1 track per cylinder. .It Fl u -Unconfigures a +Unconfigure a .Ar vnd_dev . .It Fl v Print messages to stdout describing actions taken. |