diff options
author | 2019-12-23 02:09:46 +0000 | |
---|---|---|
committer | 2019-12-23 02:09:46 +0000 | |
commit | 131c4b86143494a5c20a94a3403b9d28fb63eea0 (patch) | |
tree | 5f803a662075aa9753d8519adb039f5a0761ab25 | |
parent | midi(4): *sleep(9) -> *sleep_nsec(9) (diff) | |
download | wireguard-openbsd-131c4b86143494a5c20a94a3403b9d28fb63eea0.tar.xz wireguard-openbsd-131c4b86143494a5c20a94a3403b9d28fb63eea0.zip |
Fix typo "off" -> "of"
From Lev Lazinskiy
Thanks!
-rw-r--r-- | share/man/man1/check-lib-depends.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man1/check-lib-depends.1 b/share/man/man1/check-lib-depends.1 index bfec53bd757..9b04f939a9e 100644 --- a/share/man/man1/check-lib-depends.1 +++ b/share/man/man1/check-lib-depends.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: check-lib-depends.1,v 1.3 2019/03/04 15:25:16 jmc Exp $ +.\" $OpenBSD: check-lib-depends.1,v 1.4 2019/12/23 02:09:46 kmos Exp $ .\" .\" Copyright (c) 2010 Marc Espie <espie@openbsd.org> .\" @@ -14,7 +14,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: March 4 2019 $ +.Dd $Mdocdate: December 23 2019 $ .Dt CHECK-LIB-DEPENDS 1 .Os .Sh NAME @@ -44,7 +44,7 @@ from the directory, or look directly inside a .Ar package . .Pp -Likewise, it can also verify dependencies off installed packages, +Likewise, it can also verify dependencies of installed packages, or figure them out directly from the port directory. .Pp .Nm |