Module Name: src
Committed By: wiz
Date: Wed May 13 22:56:42 UTC 2009
Modified Files:
src/usr.bin/make: make.1
Log Message:
Whitespace fix.
To generate a diff of this commit:
cvs rdiff -u -r1.156 -r1.157 src/usr.bin/make/make.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.bin/make/make.1
diff -u src/usr.bin/make/make.1:1.156 src/usr.bin/make/make.1:1.157
--- src/usr.bin/make/make.1:1.156 Sat Apr 11 15:51:42 2009
+++ src/usr.bin/make/make.1 Wed May 13 22:56:42 2009
@@ -1,4 +1,4 @@
-.\" $NetBSD: make.1,v 1.156 2009/04/11 15:51:42 snj Exp $
+.\" $NetBSD: make.1,v 1.157 2009/05/13 22:56:42 wiz Exp $
.\"
.\" Copyright (c) 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -1259,8 +1259,7 @@
Export the specified global variable.
If no variable is provided, all globals are exported
except for internal variables (those that start with
-.Ql \&.
-).
+.Ql \&. ) .
This is not affected by the
.Fl X
flag, so should be used with caution.