From: Erik van der Kouwe Date: Fri, 5 Feb 2010 13:07:08 +0000 (+0000) Subject: Fixes in mkdep.1, suggested by Greg King X-Git-Tag: v3.1.7~310 X-Git-Url: http://zhaoyanbai.com/repos/man.host.html?a=commitdiff_plain;h=d70e7ff3b6b51383d0b4fb74011afe60e7c14f13;p=minix.git Fixes in mkdep.1, suggested by Greg King --- diff --git a/man/man1/mkdep.1 b/man/man1/mkdep.1 index 73bbb508d..7d4ec0517 100755 --- a/man/man1/mkdep.1 +++ b/man/man1/mkdep.1 @@ -1,6 +1,6 @@ .TH MKDEP 1 "February 1st, 2010" .SH NAME -mkdep \- print depencies in the Right Way for make(1) +mkdep \- print dependencies in the Right Way for make(1) .SH SYNOPSIS .B mkdep .I path @@ -82,4 +82,4 @@ source files. .SH AUTHOR .I Mkdep.c was written by Kees J. Bot and Jorrit N. Herder. -.\" This manual page by A. Leca, last revised 2010-02-01. +.\" This manual page by A. Leca.