Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/bin/sh Remove trailing space.



details:   https://anonhg.NetBSD.org/src/rev/abcfae649426
branches:  trunk
changeset: 821423:abcfae649426
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sat Feb 04 23:35:15 2017 +0000

description:
Remove trailing space.

diffstat:

 bin/sh/sh.1 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 4cf33208cd5d -r abcfae649426 bin/sh/sh.1
--- a/bin/sh/sh.1       Sat Feb 04 23:33:56 2017 +0000
+++ b/bin/sh/sh.1       Sat Feb 04 23:35:15 2017 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: sh.1,v 1.124 2017/02/02 20:00:40 christos Exp $
+.\"    $NetBSD: sh.1,v 1.125 2017/02/04 23:35:15 wiz Exp $
 .\" Copyright (c) 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
 .\"
@@ -1688,7 +1688,7 @@
 .It fdflags Oo Fl v Oc Oo fd ... Oc
 .It fdflags Oo Fl v Oc Fl s Ar flags fd Oo ... Oc
 Get or set file descriptor flags.
-The 
+The
 .Fl v
 argument enables verbose printing, printing flags that are also off, and
 the flags of the file descriptor being set after setting.



Home | Main Index | Thread Index | Old Index