Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/bin/sh Do not xref alias(1) since that points to csh(1).
details: https://anonhg.NetBSD.org/src/rev/f5d9c94abd11
branches: trunk
changeset: 554359:f5d9c94abd11
user: wiz <wiz%NetBSD.org@localhost>
date: Mon Oct 27 08:22:21 2003 +0000
description:
Do not xref alias(1) since that points to csh(1).
Noted by Igor Sobrado in PR 23278, fixed following a suggestion by Greg A. Woods.
diffstat:
bin/sh/sh.1 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r c72cda469f99 -r f5d9c94abd11 bin/sh/sh.1
--- a/bin/sh/sh.1 Mon Oct 27 08:07:58 2003 +0000
+++ b/bin/sh/sh.1 Mon Oct 27 08:22:21 2003 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: sh.1,v 1.68 2003/08/07 09:05:37 agc Exp $
+.\" $NetBSD: sh.1,v 1.69 2003/10/27 08:22:21 wiz Exp $
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
.\"
@@ -356,7 +356,7 @@
Their meaning is discussed later.
.Ss Aliases
An alias is a name and corresponding value set using the
-.Xr alias 1
+.Ic alias
builtin command.
Whenever a reserved word may occur (see above),
and after checking for reserved words, the shell
Home |
Main Index |
Thread Index |
Old Index