Module Name: src
Committed By: wiz
Date: Wed Jan 6 00:22:22 UTC 2016
Modified Files:
src/bin/sh: sh.1
Log Message:
Whitespace.
To generate a diff of this commit:
cvs rdiff -u -r1.116 -r1.117 src/bin/sh/sh.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/bin/sh/sh.1
diff -u src/bin/sh/sh.1:1.116 src/bin/sh/sh.1:1.117
--- src/bin/sh/sh.1:1.116 Tue Jan 5 18:16:20 2016
+++ src/bin/sh/sh.1 Wed Jan 6 00:22:21 2016
@@ -1,4 +1,4 @@
-.\" $NetBSD: sh.1,v 1.116 2016/01/05 18:16:20 christos Exp $
+.\" $NetBSD: sh.1,v 1.117 2016/01/06 00:22:21 wiz Exp $
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
.\"
@@ -1332,7 +1332,7 @@ command are marked as permanent, so that
.Ic exec
command finishes.
File descriptors created via such redirections are marked close-on-exec
-(see
+(see
.Xr open 2
.Dv O_CLOEXEC
or