diff options
author | 2012-03-24 07:57:47 +0000 | |
---|---|---|
committer | 2012-03-24 07:57:47 +0000 | |
commit | 2726f35a79d137f21645463dfbc9159751981685 (patch) | |
tree | 7e6fed90759941fcf57e7b130e692b0582babea9 /share/man/man4 | |
parent | Provide the old prototypes for scandir() and alphasort() for code that (diff) | |
download | wireguard-openbsd-2726f35a79d137f21645463dfbc9159751981685.tar.xz wireguard-openbsd-2726f35a79d137f21645463dfbc9159751981685.zip |
use Cd in SYNOPSIS; requested by kristaps
Diffstat (limited to 'share/man/man4')
-rw-r--r-- | share/man/man4/crypto.4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/crypto.4 b/share/man/man4/crypto.4 index 95cc7e1b7e6..6961955cd47 100644 --- a/share/man/man4/crypto.4 +++ b/share/man/man4/crypto.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: crypto.4,v 1.15 2010/10/06 22:19:20 mikeb Exp $ +.\" $OpenBSD: crypto.4,v 1.16 2012/03/24 07:57:47 jmc Exp $ .\" .\" Copyright (c) 2001 Theo de Raadt .\" All rights reserved. @@ -24,14 +24,14 @@ .\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: October 6 2010 $ +.Dd $Mdocdate: March 24 2012 $ .Dt CRYPTO 4 .Os .Sh NAME .Nm crypto .Nd hardware crypto access driver .Sh SYNOPSIS -.Nm "pseudo-device crypto" Op Ar count +.Cd "pseudo-device crypto" Op Ar count .Sh DESCRIPTION The .Nm |