aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-10-25 11:13:45 +1300
committerTom Ryder <tom@sanctum.geek.nz>2016-10-25 11:13:45 +1300
commite95d427defc4f29f4fcde3499dcca1f108dac9bc (patch)
treebe4e925bae4722427d54f850c75e0611fa3ba133 /man
parentCorrections to a few of the agg scripts (diff)
downloaddotfiles-e95d427defc4f29f4fcde3499dcca1f108dac9bc.tar.gz
dotfiles-e95d427defc4f29f4fcde3499dcca1f108dac9bc.zip
Remove unneeded, comma
Diffstat (limited to 'man')
-rw-r--r--man/man1/mftl.1df2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/man1/mftl.1df b/man/man1/mftl.1df
index efb2b486..7fb8f9a6 100644
--- a/man/man1/mftl.1df
+++ b/man/man1/mftl.1df
@@ -18,7 +18,7 @@ mftl
.B mftl
searches for targets in a Makefile specified as either targets or dependencies.
Any targets it finds that are simple strings or filenames that look like they
-should be referenced by the user, are printed uniquely sorted to stdout.
+should be referenced by the user are printed uniquely sorted to stdout.
.P
This is not 100% accurate (and probably can't be); GNU Make's heresies make it
particularly complicated. For simple POSIX-ish Makefiles, it should work well.