diff options
author | 2020-04-23 21:33:04 +0000 | |
---|---|---|
committer | 2020-04-23 21:33:04 +0000 | |
commit | 93a23813744202ec90024e920180f59646eb2203 (patch) | |
tree | b055937cfd1bec1b26d73f8d9667a540adcaf9f5 | |
parent | ce examples of "Ar arg Ar arg" with "Ar arg arg" and stop the spread; (diff) | |
download | wireguard-openbsd-93a23813744202ec90024e920180f59646eb2203.tar.xz wireguard-openbsd-93a23813744202ec90024e920180f59646eb2203.zip |
SYNOPSIS had no matching Ek, but since it wasn;t needed, remove Bk;
while here, combine two Ar lines into one;
-rw-r--r-- | sbin/mount_vnd/mount_vnd.8 | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sbin/mount_vnd/mount_vnd.8 b/sbin/mount_vnd/mount_vnd.8 index 3eea7f27616..7aa3f1641e8 100644 --- a/sbin/mount_vnd/mount_vnd.8 +++ b/sbin/mount_vnd/mount_vnd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mount_vnd.8,v 1.23 2020/04/23 21:28:09 jmc Exp $ +.\" $OpenBSD: mount_vnd.8,v 1.24 2020/04/23 21:33:04 jmc Exp $ .\" .\" Copyright (c) 1993 University of Utah. .\" Copyright (c) 1980, 1989, 1991, 1993 @@ -57,14 +57,12 @@ .Nd mount vnode disks .Sh SYNOPSIS .Nm mount_vnd -.Bk -words .Op Fl k .Op Fl K Ar rounds .Op Fl o Ar options .Op Fl S Ar saltfile .Op Fl t Ar disktype -.Ar image -.Ar vnd_dev +.Ar image vnd_dev .Sh DESCRIPTION .Nm mount_vnd works similarly to |