Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/bin/sh .Bl argument is "-offset indent", not "-indent" ...
details: https://anonhg.NetBSD.org/src/rev/4ac93aa47ed0
branches: netbsd-1-5
changeset: 489525:4ac93aa47ed0
user: phil <phil%NetBSD.org@localhost>
date: Thu Sep 21 21:32:35 2000 +0000
description:
.Bl argument is "-offset indent", not "-indent" (Approved thropej.)
diffstat:
bin/sh/sh.1 | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r 80beb62dcac3 -r 4ac93aa47ed0 bin/sh/sh.1
--- a/bin/sh/sh.1 Thu Sep 21 20:01:09 2000 +0000
+++ b/bin/sh/sh.1 Thu Sep 21 21:32:35 2000 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: sh.1,v 1.33.4.2 2000/08/28 04:25:47 hubertf Exp $
+.\" $NetBSD: sh.1,v 1.33.4.3 2000/09/21 21:32:35 phil Exp $
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
.\"
@@ -335,7 +335,7 @@
.Ss Simple Commands
If a simple command has been recognized, the shell performs
the following actions:
-.Bl -enum -indent
+.Bl -enum -offset indent
.It
Leading words of the form
.Dq name=value
@@ -371,7 +371,7 @@
(not
.Sq Bq 3 ,
that refers to a file descriptor.
-.Bl -tag -width aaabsfiles -indent
+.Bl -tag -width aaabsfiles -offset indent
.It [n] Ns > file
Redirect standard output (or n) to file.
.It [n] Ns >| file
@@ -1567,7 +1567,7 @@
command appeared in
.At v1 .
It was, however, unmaintainable so we wrote this one.
-.Sh RETURN VALUES
+.Sh EXIT STATUS
Errors that are detected by the shell, such as a syntax error, will cause the
shell to exit with a non-zero exit status. If the shell is not an
interactive shell, the execution of the shell file will be aborted. Otherwise
Home |
Main Index |
Thread Index |
Old Index