diff options
author | 2000-03-02 18:27:37 +0000 | |
---|---|---|
committer | 2000-03-02 18:27:37 +0000 | |
commit | 767920564c87dfa89ce0d2d9a54f25a2e56ca41d (patch) | |
tree | 7f19710ebd599678203df755f0146e2e2fc654ed | |
parent | Use a char, not a char[1] in ttgetc and cast the return value to int. (diff) | |
download | wireguard-openbsd-767920564c87dfa89ce0d2d9a54f25a2e56ca41d.tar.xz wireguard-openbsd-767920564c87dfa89ce0d2d9a54f25a2e56ca41d.zip |
alternativly -> alternatively
-rw-r--r-- | usr.sbin/pkg_install/add/pkg_add.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/pkg_install/add/pkg_add.1 b/usr.sbin/pkg_install/add/pkg_add.1 index d1820b7f231..efd1afcc686 100644 --- a/usr.sbin/pkg_install/add/pkg_add.1 +++ b/usr.sbin/pkg_install/add/pkg_add.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pkg_add.1,v 1.15 2000/01/17 20:21:34 deraadt Exp $ +.\" $OpenBSD: pkg_add.1,v 1.16 2000/03/02 18:27:37 aaron Exp $ .\" .\" FreeBSD install - a package for the installation and maintainance .\" of non-core utilities. @@ -69,7 +69,7 @@ as a package name causes .Nm to read from the standard input. .Pp -Alternativly, it is possible to add packages interactivly from within +Alternatively, it is possible to add packages interactivly from within the ftp client. For example, the following works: .Bd -literal $ ftp ftp://ftp.openbsd.org/pub/OpenBSD/2.6/packages/i386 |