From 7a8d94de7314ed2c637eb6624305b7641e890eef Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Thu, 28 Mar 2013 12:34:31 -0400 Subject: dev/packaging/tutorials/basic: Format make(1). --- (limited to 'dev/packaging/tutorials') diff --git a/dev/packaging/tutorials/basic.mdwn b/dev/packaging/tutorials/basic.mdwn index 3cf354f..cb1e575 100644 --- a/dev/packaging/tutorials/basic.mdwn +++ b/dev/packaging/tutorials/basic.mdwn @@ -125,8 +125,8 @@ So begin writing `build` as follows: Note that, due to makefile syntax, the line after `nop:` must begin with a tab character. This line is called a "command line" in makefile syntax. The [`:` utility][posix-colon] is a "null utility" that returns an exit status of zero. -A command prefix of `@` tells make to not write the command to standard output -before executing it. +A command prefix of `@` tells **make**(1) to not write the command to standard +output before executing it. The `build` makefile must be executable, so set its file mode: -- cgit v0.9.1