diff options
author | John Ankarstrom <john@ankarstrom.se> | 2021-07-07 12:33:06 +0200 |
---|---|---|
committer | John Ankarstrom <john@ankarstrom.se> | 2021-07-07 12:33:06 +0200 |
commit | e22fcfa6e0b048dc0e13a730609514a1b268991f (patch) | |
tree | 7283c16567653ec3cea4b712c0b80ce71539572a | |
parent | df3fb6926720d7025829004bd75ee899be6403ce (diff) | |
download | build-e22fcfa6e0b048dc0e13a730609514a1b268991f.tar.gz |
build.1: Document -f flag
-rw-r--r-- | build.1 | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -9,6 +9,7 @@ .Op Fl d .Op Fl d .Op Fl d +.Op Fl f .Ar file .Op Ar ... .Sh DESCRIPTION @@ -19,6 +20,10 @@ embedded in source files. The number of .Fl d flags control the printing of debugging information. +The +.Fl f +flag disables modification time checks, +forcing the build process. .Pp .Nm is decidedly not a |