diff options
| author | wiz <wiz@NetBSD.org> | 2011-06-30 20:09:15 +0000 |
|---|---|---|
| committer | wiz <wiz@NetBSD.org> | 2011-06-30 20:09:15 +0000 |
| commit | fcddf71f7c2b6636ef2ae7e1e726b6faa11e301f (patch) | |
| tree | ab313e27cb850182b3b5c01ac0f7678c553b25e0 /usr.bin/mkdep | |
| parent | 90eac45000d21c651d7cff61e6557339aa017bcf (diff) | |
dependant -> dependent
Diffstat (limited to 'usr.bin/mkdep')
| -rw-r--r-- | usr.bin/mkdep/mkdep.1 | 4 | ||||
| -rw-r--r-- | usr.bin/mkdep/mkdep.c | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/mkdep/mkdep.1 b/usr.bin/mkdep/mkdep.1 index ebf3680d601..2195c9c5b9c 100644 --- a/usr.bin/mkdep/mkdep.1 +++ b/usr.bin/mkdep/mkdep.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: mkdep.1,v 1.15 2010/10/15 05:46:48 dholland Exp $ +.\" $NetBSD: mkdep.1,v 1.16 2011/06/30 20:09:42 wiz Exp $ .\" .\" Copyright (c) 1987, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -80,7 +80,7 @@ Write the include file dependencies to .Ar file , instead of the default ``.depend''. .It Fl o -Add an additional .OPTIONAL line for each dependant file. +Add an additional .OPTIONAL line for each dependent file. .It Fl p Cause .Nm diff --git a/usr.bin/mkdep/mkdep.c b/usr.bin/mkdep/mkdep.c index 5b1b1a76f38..23ec06a9fed 100644 --- a/usr.bin/mkdep/mkdep.c +++ b/usr.bin/mkdep/mkdep.c @@ -1,4 +1,4 @@ -/* $NetBSD: mkdep.c,v 1.38 2011/05/31 02:34:32 enami Exp $ */ +/* $NetBSD: mkdep.c,v 1.39 2011/06/30 20:09:42 wiz Exp $ */ /*- * Copyright (c) 1999 The NetBSD Foundation, Inc. @@ -37,7 +37,7 @@ #if !defined(lint) __COPYRIGHT("@(#) Copyright (c) 1999 The NetBSD Foundation, Inc.\ All rights reserved."); -__RCSID("$NetBSD: mkdep.c,v 1.38 2011/05/31 02:34:32 enami Exp $"); +__RCSID("$NetBSD: mkdep.c,v 1.39 2011/06/30 20:09:42 wiz Exp $"); #endif /* not lint */ #include <sys/mman.h> @@ -255,7 +255,7 @@ main(int argc, char **argv) case 'f': /* Name of output file */ filename = optarg; continue; - case 'o': /* Mark dependant files .OPTIONAL */ + case 'o': /* Mark dependent files .OPTIONAL */ oflag = 1; continue; case 'p': /* Program mode (x.o: -> x:) */ |
