fe185aa711
* GNU M4 Format String Vulnerability and Security Issue http://secunia.com/advisories/29671/ * Tighten conformance to various POSIX rules. * Improve handling of standard input. * Fix exploitable memory allocation overflow bug. * Add 'mkstemp' macro. * Switch to GPLv3. okay naddy@
43 lines
1.2 KiB
Plaintext
43 lines
1.2 KiB
Plaintext
$OpenBSD: patch-doc_m4_1,v 1.1 2008/04/14 21:38:37 jasper Exp $
|
|
--- doc/m4.1.orig Mon Apr 14 22:56:01 2008
|
|
+++ doc/m4.1 Mon Apr 14 22:58:30 2008
|
|
@@ -1,9 +1,9 @@
|
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36.
|
|
-.TH M4 "1" "April 2008" "GNU M4 1.4.11" "User Commands"
|
|
+.TH GM4 "1" "April 2008" "GNU M4 1.4.11" "User Commands"
|
|
.SH NAME
|
|
-m4 \- macro processor
|
|
+gm4 \- macro processor
|
|
.SH SYNOPSIS
|
|
-.B m4
|
|
+.B gm4
|
|
[\fIOPTION\fR]... [\fIFILE\fR]...
|
|
.SH DESCRIPTION
|
|
Process macros in FILEs. If no FILE or if FILE is `\-', standard input
|
|
@@ -27,7 +27,7 @@ execution at first error
|
|
unbuffer output, ignore interrupts
|
|
.TP
|
|
\fB\-P\fR, \fB\-\-prefix\-builtins\fR
|
|
-force a `m4_' prefix to all builtins
|
|
+force a `gm4_' prefix to all builtins
|
|
.TP
|
|
\fB\-Q\fR, \fB\-\-quiet\fR, \fB\-\-silent\fR
|
|
suppress some warnings for builtins
|
|
@@ -133,13 +133,13 @@ This is free software: you are free to change and redi
|
|
There is NO WARRANTY, to the extent permitted by law.
|
|
.SH "SEE ALSO"
|
|
The full documentation for
|
|
-.B m4
|
|
+.B gm4
|
|
is maintained as a Texinfo manual. If the
|
|
.B info
|
|
and
|
|
-.B m4
|
|
+.B gm4
|
|
programs are properly installed at your site, the command
|
|
.IP
|
|
-.B info m4
|
|
+.B info gm4
|
|
.PP
|
|
should give you access to the complete manual.
|