diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-04-14 06:39:25 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-04-14 06:39:25 +0000 |
commit | c0a8a950800acf3c4e1bd4ced9db09c9ee18256f (patch) | |
tree | f2b418541ae8ad4883fdc17864159e054d773641 /usr.bin/m4/m4.1 | |
parent | 76245722d0037a485427cf0f843641f4c093c9cd (diff) |
built in -> built-in;
from NetBSD (Igor Sobrado);
smrsh(8) passed on to sendmail people;
ok millert@
Diffstat (limited to 'usr.bin/m4/m4.1')
-rw-r--r-- | usr.bin/m4/m4.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/m4/m4.1 b/usr.bin/m4/m4.1 index be5c32633c0..b33b4196338 100644 --- a/usr.bin/m4/m4.1 +++ b/usr.bin/m4/m4.1 @@ -1,4 +1,4 @@ -.\" @(#) $OpenBSD: m4.1,v 1.29 2003/02/18 07:43:36 jmc Exp $ +.\" @(#) $OpenBSD: m4.1,v 1.30 2003/04/14 06:39:24 jmc Exp $ .\" .\" Copyright (c) 1989, 1993 .\" The Regents of the University of California. All rights reserved. @@ -411,7 +411,7 @@ For portability, one should not use the macros .Ic __line__ , .Ic __file__ . .Pp -All builtins do expand without arguments in many other +All built-ins do expand without arguments in many other .Nm m4 . .Pp Many other |