diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1998-09-26 19:55:11 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1998-09-26 19:55:11 +0000 |
commit | 35b8c5441dbdbf9465562df82c9de11047696692 (patch) | |
tree | 81689a62c3e6e7a060ba61bd33d269c76f555339 /usr.bin/mkdep/mkdep.1 | |
parent | 20a6de4b72bedf5f37091105647ba765e6cc5b5f (diff) |
usr.bin/ man page fixes, f-m.
Diffstat (limited to 'usr.bin/mkdep/mkdep.1')
-rw-r--r-- | usr.bin/mkdep/mkdep.1 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/mkdep/mkdep.1 b/usr.bin/mkdep/mkdep.1 index 97061d115fd..96b72a6bf34 100644 --- a/usr.bin/mkdep/mkdep.1 +++ b/usr.bin/mkdep/mkdep.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mkdep.1,v 1.2 1996/06/26 05:37:06 deraadt Exp $ +.\" $OpenBSD: mkdep.1,v 1.3 1998/09/26 19:55:08 aaron Exp $ .\" $NetBSD: mkdep.1,v 1.3 1994/12/23 07:34:56 jtc Exp $ .\" .\" Copyright (c) 1987, 1990, 1993 @@ -45,9 +45,9 @@ .Op Fl ap .Op Fl f Ar file .Op Ar flags -.Ar file ... +.Ar file Op Ar ... .Sh DESCRIPTION -.Nm Mkdep +.Nm mkdep takes a set of flags for the C compiler and a list of C source files as arguments and constructs a set of include file dependencies which are written into the file ``.depend''. @@ -70,7 +70,7 @@ Append to the output file, so that multiple .Nm mkdep Ns 's may be run from a single Makefile. -.It Fl f +.It Fl f Ar file Write the include file dependencies to .Ar file , instead of the default ``.depend''. @@ -97,7 +97,7 @@ module. .Sh FILES .Bl -tag -width .depend -compact .It Pa .depend -File containing list of dependencies. +file containing list of dependencies .El .Sh HISTORY The |