diff options
| author | uwe <uwe@NetBSD.org> | 2022-08-14 20:19:27 +0000 |
|---|---|---|
| committer | uwe <uwe@NetBSD.org> | 2022-08-14 20:19:27 +0000 |
| commit | b951f971437a20ed024cd2319a89607cb8f2038e (patch) | |
| tree | cef412a38bbab9d6fd6373a4bbc4d28c68da0b60 /usr.bin/make/make.1 | |
| parent | 3883b48ebecd30a3b932da0b404f1820bc5c8051 (diff) | |
make(1): mark up FRC in BUGS
Diffstat (limited to 'usr.bin/make/make.1')
| -rw-r--r-- | usr.bin/make/make.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1 index 27f81a71141..5e23b5635b4 100644 --- a/usr.bin/make/make.1 +++ b/usr.bin/make/make.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: make.1,v 1.325 2022/08/14 20:07:18 uwe Exp $ +.\" $NetBSD: make.1,v 1.326 2022/08/14 20:19:27 uwe Exp $ .\" .\" Copyright (c) 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -2573,10 +2573,10 @@ machines using a daemon called .Dq customs . .Pp Historically the target/dependency -.Dq FRC +.Ic FRC has been used to FoRCe rebuilding (since the target/dependency does not exist... unless someone creates an -.Dq FRC +.Pa FRC file). .Sh BUGS The |
