diff options
author | 2005-09-07 13:59:02 +0000 | |
---|---|---|
committer | 2005-09-07 13:59:02 +0000 | |
commit | c4a937e7e3c5196687c4d7bfbef95303474df77b (patch) | |
tree | f970bc7405241015ef842e5d8bea46935d929187 | |
parent | do not try to restore the spl level two times in a row. (diff) | |
download | wireguard-openbsd-c4a937e7e3c5196687c4d7bfbef95303474df77b.tar.xz wireguard-openbsd-c4a937e7e3c5196687c4d7bfbef95303474df77b.zip |
tweaks;
ok espie@
-rw-r--r-- | usr.bin/m4/m4.1 | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/usr.bin/m4/m4.1 b/usr.bin/m4/m4.1 index 2a4627e97af..054f7846dc0 100644 --- a/usr.bin/m4/m4.1 +++ b/usr.bin/m4/m4.1 @@ -1,4 +1,4 @@ -.\" @(#) $OpenBSD: m4.1,v 1.41 2005/09/07 13:22:24 jmc Exp $ +.\" @(#) $OpenBSD: m4.1,v 1.42 2005/09/07 13:59:02 jmc Exp $ .\" .\" Copyright (c) 1989, 1993 .\" The Regents of the University of California. All rights reserved. @@ -159,7 +159,7 @@ overriding possible redefinitions. .It Fn changecom startcomment endcomment Changes the start comment and end comment sequences. Comment sequences may be up to five characters long. -The default values are the pound sign +The default values are the hash sign and the newline character. .Bd -literal -offset indent # This is a comment @@ -400,8 +400,10 @@ Returns the current file's name. .El .Sh STANDARDS .Nm -follows the Single Unix 3 specification, along with a few extensions taken -from +is expected to be +.St -p1003.1-2004 +compliant, +along with a few extensions taken from .Nm gnu-m4 . .Pp Flags |