diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-09-18 09:49:44 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-09-18 09:49:44 +0000 |
commit | 884e26d4fabe729b256d8585da69c9e761f0feea (patch) | |
tree | fac42d599f75972379f3526e93b63772ff42c347 /share | |
parent | 4f3a332ba39f0bf3213da80dcdb023e93f00b4a2 (diff) |
typos from Aleksander Piotrowski;
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/awi.4 | 6 | ||||
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/share/man/man4/awi.4 b/share/man/man4/awi.4 index 6ebdb4ad805..ca9e1e8c9dc 100644 --- a/share/man/man4/awi.4 +++ b/share/man/man4/awi.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: awi.4,v 1.13 2003/06/06 10:29:41 jmc Exp $ +.\" $OpenBSD: awi.4,v 1.14 2003/09/18 09:49:43 jmc Exp $ .\" $NetBSD: awi.4,v 1.1 1999/11/04 19:36:01 sommerfeld Exp $ .\" .\" Copyright (c) 1999 The NetBSD Foundation, Inc. @@ -106,9 +106,9 @@ The device has successfully synchronized with the identified Access Point and is ready to relay traffic. .It "awi0: no recent beacon from %s; rescanning" The device has not heard a beacon from its currently associated Access -Point recently, and is looking for a new access point. +Point recently, and is looking for a new Access Point. .It "awi0: received deauth" -The access point the card was most recently associated with has +The Access Point the card was most recently associated with has forgotten about us. .El .Sh SEE ALSO diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 0976a7b5240..5babbb097e5 100644 --- a/share/man/man5/bsd.port.mk.5 +++ b/share/man/man5/bsd.port.mk.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bsd.port.mk.5,v 1.123 2003/09/09 15:37:39 espie Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.124 2003/09/18 09:49:43 jmc Exp $ .\" .\" Copyright (c) 2000 Marc Espie .\" @@ -948,8 +948,8 @@ If set to .Sq Yes , do not print anything when ignoring a port. .It Ev INSTALL_{PROGRAM,SCRIPT,DATA,MAN}[_DIR] -Macros to use to install a program, a script, a man page, or data (or the -corresponding directory, respectively). +Macros to use to install a program, a script, data, or a man page (or the +corresponding directory), respectively. .It Ev INSTALL_TARGET Target invoked to install the software, during fake installation. Default is |