diff options
Diffstat (limited to 'share/man/man7')
-rw-r--r-- | share/man/man7/mdoc.samples.7 | 6 | ||||
-rw-r--r-- | share/man/man7/mirroring-ports.7 | 4 | ||||
-rw-r--r-- | share/man/man7/ports.7 | 6 |
3 files changed, 8 insertions, 8 deletions
diff --git a/share/man/man7/mdoc.samples.7 b/share/man/man7/mdoc.samples.7 index 27a0ef714be..e6deaddd624 100644 --- a/share/man/man7/mdoc.samples.7 +++ b/share/man/man7/mdoc.samples.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mdoc.samples.7,v 1.28 2001/02/25 07:06:20 aaron Exp $ +.\" $OpenBSD: mdoc.samples.7,v 1.29 2001/03/01 16:11:22 aaron Exp $ .\" $NetBSD: mdoc.samples.7,v 1.5 1996/04/03 20:17:34 jtc Exp $ .\" .\" Copyright (c) 1990, 1993 @@ -1553,7 +1553,7 @@ The usual font for emphasis is italic. .\" We are certain the reason most people desire a Harvard MBA .\" so they can become to be successful philanthropists. Only .\" mathematicians and physicists go to graduate school strictly -.\" to acquire infinite wealthy and fame. Its that inifinity +.\" to acquire infinite wealthy and fame. Its that infinity .\" word that does it to them. Ruins them. .\" .Ef .Pp @@ -1970,7 +1970,7 @@ The macros required are either .Ql \&.Fd , .Ql \&.Ft macros). -The fuction name macro +The function name macro .Ql \&.Fn is required for manual page sections 2 and 3, the command and general name macro diff --git a/share/man/man7/mirroring-ports.7 b/share/man/man7/mirroring-ports.7 index 42282672a51..25543ac6c9f 100644 --- a/share/man/man7/mirroring-ports.7 +++ b/share/man/man7/mirroring-ports.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mirroring-ports.7,v 1.4 2000/10/13 04:09:21 aaron Exp $ +.\" $OpenBSD: mirroring-ports.7,v 1.5 2001/03/01 16:11:22 aaron Exp $ .\" .\" Copyright (c) 2000 Marc Espie .\" @@ -142,7 +142,7 @@ This script creates permanent hardlinks that preserve distfiles against checksum changes. .It Verify all checksums All checksums should be verified from time to time, and maintainers -notified of persistant discrepancies, +notified of persistent discrepancies, .It Check mastersites liveliness Use a tool such as .Sq mirror diff --git a/share/man/man7/ports.7 b/share/man/man7/ports.7 index 7e856499502..5450f2466b5 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.16 2001/02/09 09:42:26 reinhard Exp $ +.\" $OpenBSD: ports.7,v 1.17 2001/03/01 16:11:22 aaron Exp $ .\" $FreeBSD: ports.7,v 1.7 1998/06/23 04:38:50 hoek Exp $ .\" .Dd January 25, 1998 @@ -123,7 +123,7 @@ ports. In case of failure in a subdirectory, the shell fragment held in .Ev REPORT_PROBLEM is executed. -Default behavior is to call exit, but this can be overriden on the command +Default behavior is to call exit, but this can be overridden on the command line, e.g., to avoid stopping after each problem. .Bd -literal -offset indent make REPORT_PROBLEM=true @@ -139,7 +139,7 @@ and Target names starting with _ are private to the ports infrastructure, should not be invoked directly, and are liable to change without notice. .Pp -In the following list, each target will run the preceeding targets +In the following list, each target will run the preceding targets in order automatically. That is, .Ar build |