summaryrefslogtreecommitdiffstats
path: root/usr.bin/m4
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2010-10-21 13:20:51 +0000
committerjmc <jmc@openbsd.org>2010-10-21 13:20:51 +0000
commit0d5e4b5a471ed3805f9020460b9336d1957aa210 (patch)
tree2c65fec9bf180e0412a969cf225f9573a88616e9 /usr.bin/m4
parentThere is no TCP6 in our kernel, so remove the #ifndef TCP6. (diff)
downloadwireguard-openbsd-0d5e4b5a471ed3805f9020460b9336d1957aa210.tar.xz
wireguard-openbsd-0d5e4b5a471ed3805f9020460b9336d1957aa210.zip
more EXIT STATUS bits; from Daniel Dickman
Diffstat (limited to 'usr.bin/m4')
-rw-r--r--usr.bin/m4/m4.110
1 files changed, 8 insertions, 2 deletions
diff --git a/usr.bin/m4/m4.1 b/usr.bin/m4/m4.1
index be1f3d171b3..788dcae6313 100644
--- a/usr.bin/m4/m4.1
+++ b/usr.bin/m4/m4.1
@@ -1,4 +1,4 @@
-.\" @(#) $OpenBSD: m4.1,v 1.58 2010/09/19 21:30:04 jmc Exp $
+.\" @(#) $OpenBSD: m4.1,v 1.59 2010/10/21 13:20:51 jmc Exp $
.\"
.\" Copyright (c) 1989, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -30,7 +30,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: September 19 2010 $
+.Dd $Mdocdate: October 21 2010 $
.Dt M4 1
.Os
.Sh NAME
@@ -433,6 +433,12 @@ Returns the current file's line number.
.It Ic __file__
Returns the current file's name.
.El
+.Sh EXIT STATUS
+.Ex -std m4
+.Pp
+But note that the
+.Ic m4exit
+macro can modify the exit status.
.Sh STANDARDS
The
.Nm