Applied MINIX 2.0.4 pathes provides by Al Woodhull.
This commit is contained in:
@@ -323,7 +323,7 @@ declared inside
|
||||
not to the global variable named
|
||||
.BR x .
|
||||
.PP
|
||||
The only special parameter than can be made local is ``\fB-\fR''.
|
||||
The only special parameter that can be made local is ``\fB-\fR''.
|
||||
Making ``\fB-\fR'' local any shell options that are changed via the
|
||||
.I set
|
||||
command inside the function to be restored to their original values
|
||||
@@ -1103,7 +1103,7 @@ echo(1), expr(1), line(1), pwd(1), true(1).
|
||||
.SH BUGS
|
||||
When command substitution occurs inside a here document, the commands inside
|
||||
the here document are run with their standard input closed. For example,
|
||||
the following will not word because the standard input of the
|
||||
the following will not work because the standard input of the
|
||||
.I line
|
||||
command will be closed when the command is run:
|
||||
.d
|
||||
@@ -1121,3 +1121,4 @@ as well as by a line containing the terminator word which follows the ``<<''.
|
||||
What this means is that if you mistype the terminator line, the shell
|
||||
will silently swallow up the rest of your shell script and stick it
|
||||
in the here document.
|
||||
.\" several minor typos corrected -- ASW 2005-01-15
|
||||
|
||||
@@ -18,7 +18,13 @@ Tapes can't be unloaded with this command, use
|
||||
instead.
|
||||
.SH "SEE ALSO"
|
||||
.BR mt (1),
|
||||
.BR hd (4),
|
||||
.BR sd (4).
|
||||
.BR disk (4),
|
||||
.BR tape (4).
|
||||
.SH AUTHOR
|
||||
Kees J. Bot (kjb@cs.vu.nl)
|
||||
|
||||
.\" hd, sd changed to disk, tape -- ASW 2004-12-13
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -75,7 +75,7 @@ there, the initialization file is called "elvis.rc" instead.
|
||||
.SH "SEE ALSO"
|
||||
.BR ctags (1),
|
||||
.BR ref (1),
|
||||
.BR virec (1),
|
||||
.BR elvrec (1),
|
||||
.BR elvis (9).
|
||||
.PP
|
||||
\fIElvis - A Clone of Vi/Ex\fP, the complete \fBelvis\fP documentation.
|
||||
@@ -98,3 +98,4 @@ kirkenda@cs.pdx.edu
|
||||
Many other people have worked to port \fBelvis\fP to various operating systems.
|
||||
To see who deserves credit, run the \fB:version\fP command from within \fBelvis\fP,
|
||||
or look in the system-specific section of the complete documentation.
|
||||
.\" ref to virec chnaged to elvrec -- ASW 2004-12-13
|
||||
|
||||
@@ -631,7 +631,7 @@ on some systems).
|
||||
library with which to link the scanners.
|
||||
.SH "SEE ALSO"
|
||||
.LP
|
||||
flexdoc(1), lex(1), yacc(1), sed(1), awk(1).
|
||||
flexdoc(1), lex(1), yacc(1), sed(1), awk(9).
|
||||
.LP
|
||||
M. E. Lesk and E. Schmidt,
|
||||
.I LEX - Lexical Analyzer Generator
|
||||
@@ -777,3 +777,4 @@ required for POSIX-compliance.
|
||||
The
|
||||
.I flex
|
||||
internal algorithms need documentation.
|
||||
.\" ref. to awk(9) man page corrected -- ASW 2005-01-15
|
||||
|
||||
@@ -2380,7 +2380,7 @@ requires that at least one of the classes share characters.
|
||||
See flex(1).
|
||||
.SH "SEE ALSO"
|
||||
.LP
|
||||
flex(1), lex(1), yacc(1), sed(1), awk(1).
|
||||
flex(1), lex(1), yacc(1), sed(1), awk(9).
|
||||
.LP
|
||||
M. E. Lesk and E. Schmidt,
|
||||
.I LEX - Lexical Analyzer Generator
|
||||
@@ -2439,3 +2439,4 @@ Send comments to:
|
||||
decvax!cornell!vern
|
||||
|
||||
.fi
|
||||
.\" ref. to awk(9) man page corrected -- ASW 2005-01-15
|
||||
|
||||
@@ -21,10 +21,10 @@ fsck, fsck1 \- perform file system consistency check
|
||||
.FL "\-r" "Prompt user for repairs if inconsistencies are found
|
||||
.FL "\-s" "List the superblock of the file system"
|
||||
.SH EXAMPLES
|
||||
.EX "fsck /dev/hd4" "Check file system on \fI/dev/hd4\fR"
|
||||
.EX "fsck /dev/c0d0p3" "Check file system on \fI/dev/c0d0p3\fR"
|
||||
.EX "fsck \-a /dev/at0" "Automatically fix errors on \fI/dev/at0\fR"
|
||||
.EX "fsck \-l /dev/fd0" "List the contents of \fI/dev/fd0\fR"
|
||||
.EX "fsck \-c 2 3 /dev/hd3" "Check and list \fI/dev/hd3\fR i-nodes 2 & 3"
|
||||
.EX "fsck \-c 2 3 /dev/c0d0p2" "Check and list \fI/dev/c0d0p2\fR i-nodes 2 & 3"
|
||||
.SH DESCRIPTION
|
||||
.PP
|
||||
\fIFsck\fR performs consistency checks on the file systems which reside
|
||||
@@ -49,3 +49,4 @@ simply be unmounted before it is checked.
|
||||
.SH "SEE ALSO"
|
||||
.BR mkfs (1),
|
||||
.BR mount (1).
|
||||
.\" disk name refs corrected, i.e., old hd1 now c0d0p0 -- ASW 2005-01-15
|
||||
|
||||
@@ -98,7 +98,7 @@ in a line is significant.
|
||||
.SH "SEE ALSO"
|
||||
.BR sort (1),
|
||||
.BR comm (1),
|
||||
.BR awk (1).
|
||||
.BR awk (9).
|
||||
.SH BUGS
|
||||
With default field separation,
|
||||
the collating sequence is that of
|
||||
@@ -114,5 +114,6 @@ The conventions of
|
||||
.BR uniq ,
|
||||
.BR look
|
||||
and
|
||||
.BR awk (1)
|
||||
.BR awk (9)
|
||||
are wildly incongruous.
|
||||
.\" ref. to awk(9) man page corrected -- ASW 2005-01-15
|
||||
|
||||
@@ -14,7 +14,7 @@ to map titles to manual page names and by
|
||||
.BR whatis (1)
|
||||
to give one line descriptions. See
|
||||
.BR whatis (5)
|
||||
for a desciption of what a whatis database should look like and the
|
||||
for a description of what a whatis database should look like and the
|
||||
restrictions that are placed on the NAME sections so that
|
||||
.B makewhatis
|
||||
can make whatis lines out of the manual pages.
|
||||
@@ -25,3 +25,4 @@ Removing only font and size changes from the NAME section is often not
|
||||
enough.
|
||||
.SH AUTHOR
|
||||
Kees J. Bot (kjb@cs.vu.nl)
|
||||
.\" minor correction -- ASW 2005-01-15
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
.SH NAME
|
||||
ps \- process status
|
||||
.SH SYNOPSIS
|
||||
\fBps \fR[\fB\-alxU\fR] [\fBkernel mm fs\fR]\fR
|
||||
\fBps \fR[\fR[\fB\-\fR]\fBalx\fR]
|
||||
.br
|
||||
.de FL
|
||||
.TP
|
||||
@@ -19,7 +19,9 @@ ps \- process status
|
||||
.FL "\-l" "Give long listing"
|
||||
.FL "\-x" "Include processes without a terminal"
|
||||
.SH EXAMPLES
|
||||
.EX "ps " "Show user's own processes in short format"
|
||||
.EX "ps \-axl" "Print all processes and tasks in long format"
|
||||
.EX "ps \axl" "Same -- the '\-' is optional"
|
||||
.SH DESCRIPTION
|
||||
.PP
|
||||
\fIPs\fR prints the status of active processes. Normally only the caller's own
|
||||
@@ -66,3 +68,16 @@ The files \fI/dev/{mem,kmem}\fR are used to read the system tables and command
|
||||
line arguments from. Terminal names in \fI/dev\fR are used to generate the
|
||||
mnemonic names in the TTY column, so \fIps\fR is independent of terminal naming
|
||||
conventions.
|
||||
.SH NOTES
|
||||
The '\-' option prefix is not required.
|
||||
For marginal compatibility with System V usage, the hidden option
|
||||
.B \-e
|
||||
means the same as
|
||||
.BR \-ax ,
|
||||
and
|
||||
.B \-f
|
||||
is the same as
|
||||
.BR \-l .
|
||||
|
||||
.\" edited by ASW 2004-12-14
|
||||
|
||||
|
||||
@@ -27,7 +27,7 @@ tar \- tape archiver
|
||||
.SH EXAMPLES
|
||||
.EX "tar c /dev/fd1 ." "Back up current directory to \fI/dev/fd1\fR"
|
||||
.EX "tar xv /dev/fd1 file1 file2" "Extract two files from the archive"
|
||||
.EX "tar cf \- | (cd dest; tar xf \-)" "Copy current directory to \fIdest\fR"
|
||||
.EX "tar cf \- . | (cd dest; tar xf \-)" "Copy current directory to \fIdest\fR"
|
||||
.SH DESCRIPTION
|
||||
.PP
|
||||
\fITar\fR is a POSIX-compatible archiver, except that it does not use tape.
|
||||
@@ -47,3 +47,4 @@ try
|
||||
.SH "SEE ALSO"
|
||||
.BR compress (1),
|
||||
.BR vol (1).
|
||||
.\" minor correction ASW 2005-01-15
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
.TH TOUCH 1
|
||||
.SH NAME
|
||||
touch \- update a file's time of last modification
|
||||
touch \- change file access and modification times
|
||||
.SH SYNOPSIS
|
||||
\fBtouch\fR [\fB\-c\fR] \fIfile\fR ...\fR
|
||||
\fBtouch\fR [\fB\-c\fR] [\fB\-a\fR] [\fB\-m\fR] [\fB\-r\fR file] [\fB\-t\fR [CC[YY]]MMDDhhmm[.ss]] [MMDDhhmm[YY]] \fIfile\fR ...\fR
|
||||
.br
|
||||
.de FL
|
||||
.TP
|
||||
@@ -15,17 +15,35 @@ touch \- update a file's time of last modification
|
||||
# \\$2
|
||||
..
|
||||
.SH OPTIONS
|
||||
.FL "\-c" "Do not create the file"
|
||||
.FL "\-c" "Do not create the file if it doesn't already exist"
|
||||
.FL "\-a" "Change access time"
|
||||
.FL "\-m" "Change modification time"
|
||||
.FL "\-r file" "Apply time of specified file"
|
||||
.FL "\-t [CC[YY]]MMDDhhmm[.ss]]" "Apply time specified"
|
||||
.FL "\-t [MMDDhhmm[YY]]" "Apply time specified (alternate form)"
|
||||
.SH EXAMPLES
|
||||
.EX "touch *.h" "Make the \fI.h\fP files look recent"
|
||||
.EX "touch -t 199610010000 *" "Change date and time of all files in current directory to midnight Oct 1, 1996"
|
||||
.SH DESCRIPTION
|
||||
############ NEXT ENTRY HAS NOT BEEN CHECKED #############
|
||||
.PP
|
||||
The time of last modification is set to the current time.
|
||||
With no options specified, the times of last modification and last access
|
||||
are set to the current time.
|
||||
This command is mostly used to trick
|
||||
.I make
|
||||
into thinking that a file is more recent than it really is.
|
||||
If the file being touched does not exist, it is created, unless the \fB\-c\fR
|
||||
flag is present.
|
||||
.PP
|
||||
The \fB\-a\fR or \fB\-m\fR flag may be used to change only the access or
|
||||
modification time. The \fB\-r\fR or \fB\-t\fR flag may be used to change
|
||||
the times to match the times of another file or to a specified time.
|
||||
.SH "SEE ALSO"
|
||||
.BR utime (2).
|
||||
.SH "AUTHOR"
|
||||
.PP
|
||||
Original author unknown. Rewritten for POSIX by Peter Holzer
|
||||
(hp@vmars.tuwien.ac.at).
|
||||
.\" man page updated by A. S. Woodhull 2005-01-15
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user