diff options
author | Christian Weisgerber <naddy@cvs.openbsd.org> | 2016-10-06 14:47:01 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@cvs.openbsd.org> | 2016-10-06 14:47:01 +0000 |
commit | a78740dc01af0b8f74c286a1967b39e4a7a893c4 (patch) | |
tree | 1c5723bfb933acc0dd1848f259154c5c6a4645ae | |
parent | b65aab2fff7faecf489e24aa6080ca3f7cdfaae6 (diff) |
typo
-rw-r--r-- | sbin/ifconfig/ifconfig.8 | 6 | ||||
-rw-r--r-- | usr.bin/openssl/openssl.1 | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8 index 05c698650c9..deefdc2f0e0 100644 --- a/sbin/ifconfig/ifconfig.8 +++ b/sbin/ifconfig/ifconfig.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ifconfig.8,v 1.274 2016/09/09 06:59:41 jasper Exp $ +.\" $OpenBSD: ifconfig.8,v 1.275 2016/10/06 14:47:00 naddy Exp $ .\" $NetBSD: ifconfig.8,v 1.11 1996/01/04 21:27:29 pk Exp $ .\" $FreeBSD: ifconfig.8,v 1.16 1998/02/01 07:03:29 steve Exp $ .\" @@ -31,7 +31,7 @@ .\" .\" @(#)ifconfig.8 8.4 (Berkeley) 6/1/94 .\" -.Dd $Mdocdate: September 9 2016 $ +.Dd $Mdocdate: October 6 2016 $ .Dt IFCONFIG 8 .Os .Sh NAME @@ -1533,7 +1533,7 @@ as a local port of the switch. Local port is a special port connected with the local system's network stack. Only .Xr vether 4 -can be use for the +can be used for the .Ar interface . Only one interface can be added as a local port. .It Cm datapath Ar datapath_id diff --git a/usr.bin/openssl/openssl.1 b/usr.bin/openssl/openssl.1 index bf3b78b48fa..e70c2d5f3df 100644 --- a/usr.bin/openssl/openssl.1 +++ b/usr.bin/openssl/openssl.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: openssl.1,v 1.82 2016/09/22 19:17:17 jmc Exp $ +.\" $OpenBSD: openssl.1,v 1.83 2016/10/06 14:47:00 naddy Exp $ .\" ==================================================================== .\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. .\" @@ -112,7 +112,7 @@ .\" .\" OPENSSL .\" -.Dd $Mdocdate: September 22 2016 $ +.Dd $Mdocdate: October 6 2016 $ .Dt OPENSSL 1 .Os .Sh NAME @@ -1428,7 +1428,7 @@ This means that using the utility to read in an encrypted key with no encryption option can be used to remove the pass phrase from a key, or by setting the encryption options -it can be use to add or change the pass phrase. +it can be used to add or change the pass phrase. These options can only be used with PEM format output files. .It Fl in Ar file The input file to read a key from, |