Source-Changes-HG archive

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

[src/trunk]: src/bin/csh Fix a few obvious formatting glitches: missing parag...



details:   https://anonhg.NetBSD.org/src/rev/a0103a3a5ea7
branches:  trunk
changeset: 472064:a0103a3a5ea7
user:      mycroft <mycroft%NetBSD.org@localhost>
date:      Tue Apr 20 05:31:55 1999 +0000

description:
Fix a few obvious formatting glitches: missing paragraph break, highlighted
parens.

diffstat:

 bin/csh/csh.1 |  17 +++++++++--------
 1 files changed, 9 insertions(+), 8 deletions(-)

diffs (70 lines):

diff -r 2c877fdbd1d4 -r a0103a3a5ea7 bin/csh/csh.1
--- a/bin/csh/csh.1     Tue Apr 20 05:02:36 1999 +0000
+++ b/bin/csh/csh.1     Tue Apr 20 05:31:55 1999 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: csh.1,v 1.21 1999/03/22 18:30:43 garbled Exp $
+.\"    $NetBSD: csh.1,v 1.22 1999/04/20 05:31:55 mycroft Exp $
 .\"
 .\" Copyright (c) 1980, 1990, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -1178,7 +1178,7 @@
 The specified command is executed in place of the current shell.
 .Pp
 .It Ic exit
-.It Ic exit Ar (expr )
+.It Ic exit Ar ( expr )
 The shell exits either with the value of the
 .Ic status
 variable (first form) or with the value of the specified
@@ -1190,7 +1190,7 @@
 Brings the current or specified jobs into the foreground, continuing them if
 they were stopped.
 .Pp
-.It Ic foreach Ar name (wordlist)
+.It Ic foreach Ar name ( wordlist )
 .It ...
 .It Ic end
 The variable
@@ -1263,7 +1263,7 @@
 option to
 .Ic source  .
 .Pp
-.It Ic if ( Ar expr ) No command
+.It Ic if Ar ( expr ) No command
 If the specified expression evaluates true, then the single
 .Ar command
 with arguments is executed.
@@ -1282,9 +1282,9 @@
 .Em not
 executed (this is a bug).
 .Pp
-.It Ic if ( Ar expr ) Ic then
+.It Ic if Ar ( expr ) Ic then
 .It ...
-.It Ic else if ( Ar expr2 ) Ic then
+.It Ic else if Ar ( expr2 ) Ic then
 .It ...
 .It Ic else
 .It ...
@@ -1639,7 +1639,7 @@
 This is most often used to stop shells started by
 .Xr su  1 .
 .Pp
-.It Ic switch Ar (string)
+.It Ic switch Ar ( string )
 .It Ic case Ar str1 :
 .It \ \ \ \ \&...
 .It Ic \ \ \ \ breaksw
@@ -1729,10 +1729,11 @@
 If the shell is interactive, then an interrupt can disrupt the wait.
 After the interrupt, the shell prints names and job numbers of all jobs
 known to be outstanding.
+.Pp
 .It Ic which Ar command
 Displays the resolved command that will be executed by the shell.
 .Pp
-.It Ic while Ar (expr)
+.It Ic while Ar ( expr )
 .It \&...
 .It Ic end
 While the specified expression evaluates non-zero, the commands between



Home | Main Index | Thread Index | Old Index