diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-02-16 13:53:09 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-02-16 13:53:09 +0000 |
commit | 3c295f2d7ed31b6c6f1bcafb7dea8c33099a61c7 (patch) | |
tree | 17edb8552466c7eaae215641121ddd1836cd3c32 /bin/csh/csh.1 | |
parent | 3bf5797db1598b510bf7a8fd491cd6e1ca1ccda6 (diff) |
sort options and make -X a little clearer; mostly from Igor Sobrado
Diffstat (limited to 'bin/csh/csh.1')
-rw-r--r-- | bin/csh/csh.1 | 27 |
1 files changed, 13 insertions, 14 deletions
diff --git a/bin/csh/csh.1 b/bin/csh/csh.1 index c8490865085..f205dc143ad 100644 --- a/bin/csh/csh.1 +++ b/bin/csh/csh.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: csh.1,v 1.55 2005/11/10 12:40:58 grunk Exp $ +.\" $OpenBSD: csh.1,v 1.56 2007/02/16 13:53:08 jmc Exp $ .\" $NetBSD: csh.1,v 1.10 1995/03/21 09:02:35 cgd Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -38,7 +38,7 @@ .Nd a shell (command interpreter) with C-like syntax .Sh SYNOPSIS .Nm csh -.Op Fl bcefimnstvVxX +.Op Fl bcefimnstVvXx .Op Ar argument ... .Nm csh .Op Fl l @@ -120,28 +120,27 @@ A backslash .Pq Ql \e may be used to escape the newline at the end of this line and continue onto another line. +.It Fl V +Causes the +.Va verbose +variable to be set even before +.Pa .cshrc +is executed. .It Fl v Causes the .Va verbose variable to be set, with the effect that command input is echoed after history substitution. -.It Fl x +.It Fl X Causes the .Va echo -variable to be set, so that commands are echoed immediately before execution. -.It Fl V -Causes the -.Va verbose variable to be set even before .Pa .cshrc is executed. -.It Fl X -Is to -.Fl x -as -.Fl V -is to -.Fl v . +.It Fl x +Causes the +.Va echo +variable to be set, so that commands are echoed immediately before execution. .El .Pp After processing of flag arguments, if arguments remain but none of the |