diff options
author | kmos <kmos@cvs.openbsd.org> | 2019-12-23 02:09:47 +0000 |
---|---|---|
committer | kmos <kmos@cvs.openbsd.org> | 2019-12-23 02:09:47 +0000 |
commit | 27f2e30fad2aac9c6f4ecd0b9203b92ab820a669 (patch) | |
tree | 0c380d4680893e291955fa028175590fabfd78de /share/man/man1 | |
parent | 9f952fe4b81c763ce17dcb121cffe7752b93a532 (diff) |
Fix typo "off" -> "of"
From Lev Lazinskiy
Thanks!
Diffstat (limited to 'share/man/man1')
-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 |