diff options
author | 2006-08-16 13:18:15 +0000 | |
---|---|---|
committer | 2006-08-16 13:18:15 +0000 | |
commit | 54d294291dec7c6da7012c5354b9c70ee9c9893a (patch) | |
tree | cfe97ab163dcb7748ea64d39e5e7531e9e7c9238 | |
parent | factor inetd connection, TCP listen and main TCP accept loop out of main() (diff) | |
download | wireguard-openbsd-54d294291dec7c6da7012c5354b9c70ee9c9893a.tar.xz wireguard-openbsd-54d294291dec7c6da7012c5354b9c70ee9c9893a.zip |
fix an .Xr;
-rw-r--r-- | share/man/man7/ports.7 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man7/ports.7 b/share/man/man7/ports.7 index 77a8a86e6fb..7b34b634214 100644 --- a/share/man/man7/ports.7 +++ b/share/man/man7/ports.7 @@ -23,7 +23,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: ports.7,v 1.55 2006/08/16 09:54:45 espie Exp $ +.\" $OpenBSD: ports.7,v 1.56 2006/08/16 13:18:15 jmc Exp $ .\" $FreeBSD: ports.7,v 1.7 1998/06/23 04:38:50 hoek Exp $ .\" .Dd January 25, 1998 @@ -352,7 +352,7 @@ ports tree can be used to update installed packages. The .Ar update target will replace an installed package using -.Xr pkg_add 7 +.Xr pkg_add 1 in replacement mode. If .Ev FORCE_UPDATE |