From 29ce88a214eebf2f3e63d0439e8f6e4b3d68776f Mon Sep 17 00:00:00 2001 From: wiz Date: Wed, 6 Jan 2016 00:22:21 +0000 Subject: [PATCH] Whitespace. --- bin/sh/sh.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/sh/sh.1 b/bin/sh/sh.1 index 9972c72d1260..d8db712539da 100644 --- a/bin/sh/sh.1 +++ b/bin/sh/sh.1 @@ -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 they are not undone when the .Ic exec command finishes. File descriptors created via such redirections are marked close-on-exec -(see +(see .Xr open 2 .Dv O_CLOEXEC or