diff options
Diffstat (limited to 'usr/src/man/man1/shift.1')
-rw-r--r-- | usr/src/man/man1/shift.1 | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/usr/src/man/man1/shift.1 b/usr/src/man/man1/shift.1 index ac0b4d5e68..21406a4f33 100644 --- a/usr/src/man/man1/shift.1 +++ b/usr/src/man/man1/shift.1 @@ -5,7 +5,7 @@ .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License. .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License. .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner] -.TH shift 1 "20 Nov 2007" "SunOS 5.11" "User Commands" +.TH SHIFT 1 "Nov 20, 2007" .SH NAME shift \- shell built-in function to traverse either a shell's argument list or a list of field-separated words @@ -98,23 +98,19 @@ number of positional parameters or a negative number of places. The following exit values are returned by \fBshift\fR in \fBksh93\fR: .sp .ne 2 -.mk .na \fB\fB0\fR\fR .ad .RS 6n -.rt Successful completion. The positional parameters were successfully shifted. .RE .sp .ne 2 -.mk .na \fB\fB>0\fR\fR .ad .RS 6n -.rt An error occurred. .RE |