Source-Changes-HG archive

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

[src/trunk]: src/bin/csh Fix sub-section references.



details:   https://anonhg.NetBSD.org/src/rev/ccbcf683594e
branches:  trunk
changeset: 763079:ccbcf683594e
user:      njoly <njoly%NetBSD.org@localhost>
date:      Wed Mar 09 22:26:36 2011 +0000

description:
Fix sub-section references.

diffstat:

 bin/csh/csh.1 |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (45 lines):

diff -r 0992519d74de -r ccbcf683594e bin/csh/csh.1
--- a/bin/csh/csh.1     Wed Mar 09 22:12:45 2011 +0000
+++ b/bin/csh/csh.1     Wed Mar 09 22:26:36 2011 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: csh.1,v 1.48 2010/03/22 18:33:27 joerg Exp $
+.\"    $NetBSD: csh.1,v 1.49 2011/03/09 22:26:36 njoly Exp $
 .\"
 .\" Copyright (c) 1980, 1990, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -46,7 +46,7 @@
 .Nm
 is a command language interpreter
 incorporating a history mechanism (see
-.Sx History Substitutions ) ,
+.Sx History substitutions ) ,
 job control facilities (see
 .Sx Jobs ) ,
 interactive file name
@@ -1977,7 +1977,7 @@
 .Ar name .
 .It Ic noclobber
 As described in the section on
-.Sx input/output ,
+.Sx Input/output ,
 restrictions are placed on output redirection to ensure that
 files are not accidentally destroyed, and that `\*[Gt]\*[Gt]' redirections
 refer to existing files.
@@ -2046,7 +2046,7 @@
 This variable is used in forking shells to interpret files that have execute
 bits set, but which are not executable by the system.
 (See the description of
-.Sx Non-builtin Command Execution
+.Sx Non-builtin command execution
 below.)
 Initialized to the (system-dependent) home of the shell.
 .It Ic status
@@ -2245,7 +2245,7 @@
 .Bx 3 .
 It was a first implementation of a command language interpreter
 incorporating a history mechanism (see
-.Sx History Substitutions ) ,
+.Sx History substitutions ) ,
 job control facilities (see
 .Sx Jobs ) ,
 interactive file name



Home | Main Index | Thread Index | Old Index