Module Name: src
Committed By: kre
Date: Fri Jun 30 23:48:50 UTC 2017
Modified Files:
src/bin/sh: sh.1
Log Message:
Correct a markup typo (why did I not see this before the prev commit??)
To generate a diff of this commit:
cvs rdiff -u -r1.157 -r1.158 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.157 src/bin/sh/sh.1:1.158
--- src/bin/sh/sh.1:1.157 Fri Jun 30 23:07:29 2017
+++ src/bin/sh/sh.1 Fri Jun 30 23:48:50 2017
@@ -1,4 +1,4 @@
-.\" $NetBSD: sh.1,v 1.157 2017/06/30 23:07:29 kre Exp $
+.\" $NetBSD: sh.1,v 1.158 2017/06/30 23:48:50 kre Exp $
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
.\"
@@ -218,7 +218,7 @@ usually be the name of the shell itself.
If
.Fl s
was given, or if neither
-.Fc c
+.Fl c
nor any additional (non-option) arguments were present,
the shell reads commands from its standard input.
.Ss Argument List Processing