summaryrefslogtreecommitdiff
path: root/make.1
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2012-03-04 00:24:20 +0000
committerPaul Smith <psmith@gnu.org>2012-03-04 00:24:20 +0000
commite3bae2ae81d6b7fa329ad39b23929685da1efebd (patch)
tree80b69e1fde31e8c4a39ee43b57546a06f77de353 /make.1
parent7ba9c699d9c2b2e700fcc94f2b7d1db2f4b97a8d (diff)
downloadmake-e3bae2ae81d6b7fa329ad39b23929685da1efebd.tar.gz
Convert all "`'" quotes to "''" per new GNU Coding Standard guidelines.
Fixes Savannah bug #34530.
Diffstat (limited to 'make.1')
-rw-r--r--make.18
1 files changed, 4 insertions, 4 deletions
diff --git a/make.1 b/make.1
index 5dade8ff..e25ee8cd 100644
--- a/make.1
+++ b/make.1
@@ -1,4 +1,4 @@
-.TH MAKE 1 "27 December 2010" "GNU" "User Commands"
+.TH MAKE 1 "03 March 2012" "GNU" "User Commands"
.SH NAME
make \- GNU make utility to maintain groups of programs
.SH SYNOPSIS
@@ -82,7 +82,7 @@ and will not be understood by other versions of
.BR make .
If
.I makefile
-is `\-', the standard input is read.
+is '\-', the standard input is read.
.LP
.B make
updates a target if it depends on prerequisite files
@@ -332,14 +332,14 @@ programs are properly installed at your site, the command
.PP
should give you access to the complete manual.
.SH BUGS
-See the chapter `Problems and Bugs' in
+See the chapter ``Problems and Bugs'' in
.IR "The GNU Make Manual" .
.SH AUTHOR
This manual page contributed by Dennis Morse of Stanford University.
Further updates contributed by Mike Frysinger. It has been reworked by Roland
McGrath. Maintained by Paul Smith.
.SH "COPYRIGHT"
-Copyright \(co 1992, 1993, 1996, 1999, 2007, 2010 Free Software Foundation, Inc.
+Copyright \(co 1992-1993, 1996-2012 Free Software Foundation, Inc.
This file is part of
.IR "GNU make" .
.LP