Module Name: src Committed By: wiz Date: Sat Feb 4 23:35:15 UTC 2017
Modified Files: src/bin/sh: sh.1 Log Message: Remove trailing space. To generate a diff of this commit: cvs rdiff -u -r1.124 -r1.125 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.124 src/bin/sh/sh.1:1.125 --- src/bin/sh/sh.1:1.124 Thu Feb 2 20:00:40 2017 +++ src/bin/sh/sh.1 Sat Feb 4 23:35:15 2017 @@ -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 @@ Move the specified job or the current jo .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.