diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-10-30 19:04:48 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-10-30 19:04:48 +0000 |
commit | c92b5dd765eade9372c8c197cac0c18cc6ee6f19 (patch) | |
tree | a4f3364c9bf15778e7c5530f54aa4a4c44d265ae /bin/csh/USD.doc | |
parent | aa1920cecca627b1019dc09bd8128ffdb9f0ce82 (diff) |
double word from Tom Cosgrove;
Diffstat (limited to 'bin/csh/USD.doc')
-rw-r--r-- | bin/csh/USD.doc/csh.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/csh/USD.doc/csh.3 b/bin/csh/USD.doc/csh.3 index 6e6760547df..57120822531 100644 --- a/bin/csh/USD.doc/csh.3 +++ b/bin/csh/USD.doc/csh.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: csh.3,v 1.3 2003/06/02 23:32:07 millert Exp $ +.\" $OpenBSD: csh.3,v 1.4 2003/10/30 19:04:47 jmc Exp $ .\" $NetBSD: csh.3,v 1.3 1995/03/21 09:03:38 cgd Exp $ .\" .\" Copyright (c) 1980, 1993 @@ -445,7 +445,7 @@ then .in -5 .fi shows how the `:r' modifier strips off the trailing `.bar' and the -the `:e' modifier leaves only the `bar'. +`:e' modifier leaves only the `bar'. Other modifiers will take off the last component of a pathname leaving the head `:h' or all but the last component of a pathname leaving the tail `:t'. |