diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-11-09 23:58:57 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-11-09 23:58:57 +0000 |
commit | f23141048432b4e8f04e977cae28a22741ced3eb (patch) | |
tree | 183f87ced900eee7c193ea51d075ef0119968805 /bin | |
parent | ca80d0934b34347e0d8659dd0f773a4cfa932729 (diff) |
- Some section shuffling: conform to the standard order documented in mdoc(7)
- .Sh AUTHOR -> .Sh AUTHORS
Diffstat (limited to 'bin')
-rw-r--r-- | bin/chio/chio.1 | 4 | ||||
-rw-r--r-- | bin/csh/csh.1 | 36 | ||||
-rw-r--r-- | bin/ed/ed.1 | 52 | ||||
-rw-r--r-- | bin/ls/ls.1 | 12 | ||||
-rw-r--r-- | bin/pax/cpio.1 | 6 | ||||
-rw-r--r-- | bin/pax/pax.1 | 74 | ||||
-rw-r--r-- | bin/pax/tar.1 | 24 |
7 files changed, 104 insertions, 104 deletions
diff --git a/bin/chio/chio.1 b/bin/chio/chio.1 index 697377a8f18..2550b6be5bc 100644 --- a/bin/chio/chio.1 +++ b/bin/chio/chio.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: chio.1,v 1.15 2000/11/09 17:51:53 aaron Exp $ +.\" $OpenBSD: chio.1,v 1.16 2000/11/09 23:58:53 aaron Exp $ .\" $NetBSD: chio.1,v 1.1.1.1 1996/04/03 00:34:38 thorpej Exp $ .\" .\" Copyright (c) 1996 Jason R. Thorpe <thorpej@and.com> @@ -213,7 +213,7 @@ default changer device .Xr mt 1 , .Xr ch 4 , .Xr mount 8 -.Sh AUTHOR +.Sh AUTHORS The .Nm program and diff --git a/bin/csh/csh.1 b/bin/csh/csh.1 index e21021714f8..a378d550455 100644 --- a/bin/csh/csh.1 +++ b/bin/csh/csh.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: csh.1,v 1.39 2000/11/09 23:47:16 aaron Exp $ +.\" $OpenBSD: csh.1,v 1.40 2000/11/09 23:58:54 aaron Exp $ .\" $NetBSD: csh.1,v 1.10 1995/03/21 09:02:35 cgd Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -2657,13 +2657,16 @@ otherwise this signal is passed on to children from the state in the shell's parent. Interrupts are not allowed when a login shell is reading the file .Pa \&.logout . -.Sh AUTHOR -William Joy. -Job control and directory stack features first implemented by J.E. Kulp of -IIASA, Laxenburg, Austria, -with different syntax than that used now. -File name completion code written by Ken Greer, HP Labs. -Eight-bit implementation Christos S. Zoulas, Cornell University. +.Sh LIMITATIONS +Word lengths \- +Words can be no longer than 1024 characters. +The number of arguments to a command that involves filename expansion +is limited to 1/6th the number of characters allowed in an argument list. +Command substitutions may substitute no more characters than are +allowed in an argument list. +To detect looping, the shell restricts the number of +.Ic alias +substitutions on a single line to 20. .Sh FILES .Bl -tag -width /etc/passwd -compact .It Pa ~/.cshrc @@ -2684,16 +2687,6 @@ temporary file for source of home directories for .Dq ~name .El -.Sh LIMITATIONS -Word lengths \- -Words can be no longer than 1024 characters. -The number of arguments to a command that involves filename expansion -is limited to 1/6th the number of characters allowed in an argument list. -Command substitutions may substitute no more characters than are -allowed in an argument list. -To detect looping, the shell restricts the number of -.Ic alias -substitutions on a single line to 20. .Sh SEE ALSO .Xr sh 1 , .Xr access 2 , @@ -2710,6 +2703,13 @@ substitutions on a single line to 20. .Xr environ 7 .Pp .Em 'An introduction to the C shell' +.Sh AUTHORS +William Joy. +Job control and directory stack features first implemented by J.E. Kulp of +IIASA, Laxenburg, Austria, +with different syntax than that used now. +File name completion code written by Ken Greer, HP Labs. +Eight-bit implementation Christos S. Zoulas, Cornell University. .Sh HISTORY .Nm appeared in diff --git a/bin/ed/ed.1 b/bin/ed/ed.1 index 3cb35a49b50..d7d1a05a1c3 100644 --- a/bin/ed/ed.1 +++ b/bin/ed/ed.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ed.1,v 1.28 2000/11/09 23:47:16 aaron Exp $ +.\" $OpenBSD: ed.1,v 1.29 2000/11/09 23:58:55 aaron Exp $ .\" .Dd May 2, 1993 .Dt ED 1 @@ -824,31 +824,6 @@ When the shell returns from execution, a is printed to the standard output. The current line is unchanged. .El -.Sh FILES -.Bl -tag -width /tmp/ed.* -compact -.It Pa /tmp/ed.* -buffer file -.It Pa ed.hup -where -.Nm -attempts to write the buffer if the terminal hangs up -.El -.Sh SEE ALSO -.Xr bdes 1 , -.Xr sed 1 , -.Xr sh 1 , -.Xr vi 1 , -.Xr regex 3 -.Pp -USD:12-13 -.Pp -.Rs -.%A B. W. Kernighan -.%A P. J. Plauger -.%B Software Tools in Pascal -.%O Addison-Wesley -.%D 1981 -.Re .Sh LIMITATIONS .Nm processes @@ -898,6 +873,31 @@ If diagnostics are not disabled, attempting to quit or edit another file before writing a modified buffer results in an error. If the command is entered a second time, it succeeds, but any changes to the buffer are lost. +.Sh FILES +.Bl -tag -width /tmp/ed.* -compact +.It Pa /tmp/ed.* +buffer file +.It Pa ed.hup +where +.Nm +attempts to write the buffer if the terminal hangs up +.El +.Sh SEE ALSO +.Xr bdes 1 , +.Xr sed 1 , +.Xr sh 1 , +.Xr vi 1 , +.Xr regex 3 +.Pp +USD:12-13 +.Pp +.Rs +.%A B. W. Kernighan +.%A P. J. Plauger +.%B Software Tools in Pascal +.%O Addison-Wesley +.%D 1981 +.Re .Sh HISTORY An .Nm diff --git a/bin/ls/ls.1 b/bin/ls/ls.1 index 81136137bdf..bc38325d71a 100644 --- a/bin/ls/ls.1 +++ b/bin/ls/ls.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ls.1,v 1.29 2000/11/09 17:51:55 aaron Exp $ +.\" $OpenBSD: ls.1,v 1.30 2000/11/09 23:58:55 aaron Exp $ .\" $NetBSD: ls.1,v 1.14 1995/12/05 02:44:01 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1991, 1993, 1994 @@ -452,14 +452,14 @@ specification. .Xr chmod 1 , .Xr symlink 7 , .Xr sticky 8 -.Sh HISTORY -An -.Nm -utility appeared in -.At v5 . .Sh STANDARDS The .Nm utility is expected to be a superset of the .St -p1003.2 specification. +.Sh HISTORY +An +.Nm +utility appeared in +.At v5 . diff --git a/bin/pax/cpio.1 b/bin/pax/cpio.1 index fd57a3ac225..2fff524ffb8 100644 --- a/bin/pax/cpio.1 +++ b/bin/pax/cpio.1 @@ -27,7 +27,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: cpio.1,v 1.12 2000/11/09 23:47:16 aaron Exp $ +.\" $OpenBSD: cpio.1,v 1.13 2000/11/09 23:58:55 aaron Exp $ .\" .Dd February 16, 1997 .Dt CPIO 1 @@ -265,11 +265,11 @@ specific archive format specification. .Sh SEE ALSO .Xr pax 1 , .Xr tar 1 +.Sh AUTHORS +Keith Muller at the University of California, San Diego. .Sh BUGS The .Fl s and .Fl S options are currently not implemented. -.Sh AUTHOR -Keith Muller at the University of California, San Diego. diff --git a/bin/pax/pax.1 b/bin/pax/pax.1 index b64220d61ce..9831cb9376b 100644 --- a/bin/pax/pax.1 +++ b/bin/pax/pax.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pax.1,v 1.24 2000/11/09 23:47:17 aaron Exp $ +.\" $OpenBSD: pax.1,v 1.25 2000/11/09 23:58:55 aaron Exp $ .\" $NetBSD: pax.1,v 1.3 1995/03/21 09:07:37 cgd Exp $ .\" .\" Copyright (c) 1992 Keith Muller. @@ -1097,42 +1097,7 @@ Update (and list) only those files in the destination directory which are older (less recent inode change or file modification times) than files with the same name found in the source file tree .Pa home . -.Sh STANDARDS -The -.Nm -utility is a superset of the -.St -p1003.2 -standard. -The options -.Fl B , -.Fl D , -.Fl E , -.Fl G , -.Fl H , -.Fl L , -.Fl P , -.Fl T , -.Fl U , -.Fl Y , -.Fl Z , -the archive formats -.Ar bcpio , -.Ar sv4cpio , -.Ar sv4crc , -.Ar tar , -and the flawed archive handling during -.Ar list -and -.Ar read -operations are extensions to the -.Tn POSIX -standard. -.Sh SEE ALSO -.Xr cpio 1 , -.Xr tar 1 -.Sh AUTHOR -Keith Muller at the University of California, San Diego. -.Sh ERRORS +.Sh DIAGNOSTICS .Nm will exit with one of the following values: .Bl -tag -width 2n @@ -1177,3 +1142,38 @@ a diagnostic message is written to standard error and when .Nm completes it will exit with a non-zero exit status. +.Sh SEE ALSO +.Xr cpio 1 , +.Xr tar 1 +.Sh AUTHORS +Keith Muller at the University of California, San Diego. +.Sh STANDARDS +The +.Nm +utility is a superset of the +.St -p1003.2 +standard. +The options +.Fl B , +.Fl D , +.Fl E , +.Fl G , +.Fl H , +.Fl L , +.Fl P , +.Fl T , +.Fl U , +.Fl Y , +.Fl Z , +the archive formats +.Ar bcpio , +.Ar sv4cpio , +.Ar sv4crc , +.Ar tar , +and the flawed archive handling during +.Ar list +and +.Ar read +operations are extensions to the +.Tn POSIX +standard. diff --git a/bin/pax/tar.1 b/bin/pax/tar.1 index 4a398e4b450..f1dec1c7969 100644 --- a/bin/pax/tar.1 +++ b/bin/pax/tar.1 @@ -27,7 +27,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: tar.1,v 1.27 2000/11/09 23:47:17 aaron Exp $ +.\" $OpenBSD: tar.1,v 1.28 2000/11/09 23:58:56 aaron Exp $ .\" .Dd June 11, 1996 .Dt TAR 1 @@ -219,17 +219,7 @@ The options .Op Fl 014578 can be used to select one of the compiled-in backup devices, .Pa /dev/rstN . -.Sh FILES -.Bl -tag -width "/dev/rst0" -.It Pa /dev/rst0 -default archive name -.El -.Sh SEE ALSO -.Xr cpio 1 , -.Xr pax 1 -.Sh AUTHOR -Keith Muller at the University of California, San Diego. -.Sh ERRORS +.Sh DIAGNOSTICS .Nm will exit with one of the following values: .Bl -tag -width 2n @@ -267,3 +257,13 @@ or error, .Nm may have only partially created the archive which may violate the specific archive format specification. +.Sh FILES +.Bl -tag -width "/dev/rst0" +.It Pa /dev/rst0 +default archive name +.El +.Sh SEE ALSO +.Xr cpio 1 , +.Xr pax 1 +.Sh AUTHORS +Keith Muller at the University of California, San Diego. |