aboutsummaryrefslogtreecommitdiff
path: root/make.texinfo
diff options
context:
space:
mode:
authormelissa <melissa>1992-03-11 03:20:05 +0000
committermelissa <melissa>1992-03-11 03:20:05 +0000
commit9573cef0a8b9971dcd3b75369711334941302eeb (patch)
tree1b96b6c23a9becaa875b305e692830bd43cb2361 /make.texinfo
parentbc8dd5d3f034a70e7ab9f101608ce3af33ec7a95 (diff)
downloadgunmake-9573cef0a8b9971dcd3b75369711334941302eeb.tar.gz
Formerly make.texinfo.~17~
Diffstat (limited to 'make.texinfo')
-rw-r--r--make.texinfo4
1 files changed, 2 insertions, 2 deletions
diff --git a/make.texinfo b/make.texinfo
index 0fc1a10..f856fee 100644
--- a/make.texinfo
+++ b/make.texinfo
@@ -1572,8 +1572,8 @@ foo.o : foo.c defs.h hack.h
@noindent
@c !!! following paragraph rewritten to avoid overfull hbox
-In this example, the value of @samp{$^} would be something such as
-@samp{src/foo.c ../headers/defs.h hack.h}; use
+In this example, the value of @samp{$^} would be a value such as
+@samp{src/foo.c ../headers/defs.h hack.h}; you would use
@samp{$(firstword $^)} to extract just @samp{src/foo.c}.@refill
@node Implicit/Search, Libraries/Search, Commands/Search, Directory Search