1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-19 02:29:40 +00:00

Deal with double whitespace.

This commit is contained in:
Ruslan Ermilov 2004-07-03 00:06:28 +00:00
parent 1a0a934547
commit 1171aedcdf
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=131505
10 changed files with 24 additions and 22 deletions

View File

@ -93,7 +93,7 @@ is non-zero, future calls
to to
.Xr gettimeofday 2 .Xr gettimeofday 2
will return a non-zero for will return a non-zero for
.Fa tz_dsttime . .Fa tz_dsttime .
.It Fl f .It Fl f
Use Use
.Ar input_fmt .Ar input_fmt
@ -284,7 +284,8 @@ will display:
.Pp .Pp
.Dl "Sun Jan 4 04:15:24 GMT 1998" .Dl "Sun Jan 4 04:15:24 GMT 1998"
.Pp .Pp
where it is currently Mon Aug 4 04:15:24 BST 1997. where it is currently
.Li "Mon Aug 4 04:15:24 BST 1997" .
.Pp .Pp
The command: The command:
.Pp .Pp
@ -302,7 +303,8 @@ will display the last Friday of the month:
.Pp .Pp
.Dl "Fri Aug 29 04:31:11 BST 1997" .Dl "Fri Aug 29 04:31:11 BST 1997"
.Pp .Pp
where it is currently Mon Aug 4 04:31:11 BST 1997. where it is currently
.Li "Mon Aug 4 04:31:11 BST 1997" .
.Pp .Pp
The command: The command:
.Pp .Pp

View File

@ -153,5 +153,5 @@ command appeared in
A replacement for the command A replacement for the command
.Dq Li kill 0 .Dq Li kill 0
for for
.Xr csh 1 .Xr csh 1
users should be provided. users should be provided.

View File

@ -126,22 +126,22 @@ Hard links may not normally refer to directories and may not span file systems.
A symbolic link contains the name of the file to A symbolic link contains the name of the file to
which it is linked. which it is linked.
The referenced file is used when an The referenced file is used when an
.Xr open 2 .Xr open 2
operation is performed on the link. operation is performed on the link.
A A
.Xr stat 2 .Xr stat 2
on a symbolic link will return the linked-to file; an on a symbolic link will return the linked-to file; an
.Xr lstat 2 .Xr lstat 2
must be done to obtain information about the link. must be done to obtain information about the link.
The The
.Xr readlink 2 .Xr readlink 2
call may be used to read the contents of a symbolic link. call may be used to read the contents of a symbolic link.
Symbolic links may span file systems and may refer to directories. Symbolic links may span file systems and may refer to directories.
.Pp .Pp
Given one or two arguments, Given one or two arguments,
.Nm .Nm
creates a link to an existing file creates a link to an existing file
.Ar source_file . .Ar source_file .
If If
.Ar target_file .Ar target_file
is given, the link has that name; is given, the link has that name;
@ -150,7 +150,7 @@ may also be a directory in which to place the link;
otherwise it is placed in the current directory. otherwise it is placed in the current directory.
If only the directory is specified, the link will be made If only the directory is specified, the link will be made
to the last component of to the last component of
.Ar source_file . .Ar source_file .
.Pp .Pp
Given more than two arguments, Given more than two arguments,
.Nm .Nm

View File

@ -41,7 +41,7 @@
.Nm .Nm
.Op Fl pv .Op Fl pv
.Op Fl m Ar mode .Op Fl m Ar mode
.Ar directory_name ... .Ar directory_name ...
.Sh DESCRIPTION .Sh DESCRIPTION
The The
.Nm .Nm
@ -49,7 +49,7 @@ utility creates the directories named as operands, in the order specified,
using mode using mode
.Li rwxrwxrwx (\&0777) .Li rwxrwxrwx (\&0777)
as modified by the current as modified by the current
.Xr umask 2 . .Xr umask 2 .
.Pp .Pp
The options are as follows: The options are as follows:
.Pp .Pp

View File

@ -731,9 +731,9 @@ Pathnames stored by this format must be 100 characters or less in length.
Only Only
.Em regular .Em regular
files, files,
.Em hard links , soft links , .Em hard links , soft links ,
and and
.Em directories .Em directories
will be archived (other file system types are not supported). will be archived (other file system types are not supported).
For backwards compatibility with even older tar formats, a For backwards compatibility with even older tar formats, a
.Fl o .Fl o

View File

@ -86,7 +86,7 @@ utility conforms to
.Xr getcwd 3 .Xr getcwd 3
.Sh BUGS .Sh BUGS
In In
.Xr csh 1 .Xr csh 1
the command the command
.Ic dirs .Ic dirs
is always faster because it is built into that shell. is always faster because it is built into that shell.

View File

@ -79,12 +79,12 @@ Cause
.Nm .Nm
to attempt to preserve (duplicate) in its copies the modification to attempt to preserve (duplicate) in its copies the modification
times and modes of the source files, ignoring the times and modes of the source files, ignoring the
.Ar umask . .Ar umask .
By default, the mode and owner of By default, the mode and owner of
.Ar file2 .Ar file2
are preserved if it already existed; otherwise the mode of the source file are preserved if it already existed; otherwise the mode of the source file
modified by the modified by the
.Xr umask 2 .Xr umask 2
on the destination host is used. on the destination host is used.
.It Fl r .It Fl r
If any of the source files are directories, If any of the source files are directories,
@ -108,7 +108,7 @@ is not a full path name, it is interpreted relative to
the login directory of the specified user the login directory of the specified user
.Ar ruser .Ar ruser
on on
.Ar rhost , .Ar rhost ,
or your current user name if no other remote user name is specified. or your current user name if no other remote user name is specified.
A A
.Ar path .Ar path
@ -119,7 +119,7 @@ The
.Nm .Nm
utility does not prompt for passwords; it performs remote execution utility does not prompt for passwords; it performs remote execution
via via
.Xr rsh 1 , .Xr rsh 1 ,
and requires the same authorization. and requires the same authorization.
.Pp .Pp
The The

View File

@ -100,7 +100,7 @@ Output a backslash.
Remember that backslash is special to the shell and needs to be escaped. Remember that backslash is special to the shell and needs to be escaped.
To output a message to standard error, say To output a message to standard error, say
.Pp .Pp
.D1 echo message >&2 .D1 echo message >&2
.Sh BUGS .Sh BUGS
The octal character escape mechanism The octal character escape mechanism
.Pq Li \e0 Ns Ar digits .Pq Li \e0 Ns Ar digits

View File

@ -427,7 +427,7 @@ Enable parenb and cs7; disable
parodd. parodd.
.It Cm oddp .It Cm oddp
Enable parenb, cs7, and parodd. Enable parenb, cs7, and parodd.
.It Fl parity , evenp , oddp .It Fl parity , evenp , oddp
Disable parenb, and set cs8. Disable parenb, and set cs8.
.It Cm \&nl Pq Fl \&nl .It Cm \&nl Pq Fl \&nl
Enable (disable) icrnl. Enable (disable) icrnl.

View File

@ -381,7 +381,7 @@ entry may be extended over multiple lines if the lines end with a backslash
(\\). (\\).
It is also acceptable for lines to be longer than 80 characters. It is also acceptable for lines to be longer than 80 characters.
Tags Tags
may appear in any order, with the following exceptions: the hostname must be may appear in any order, with the following exceptions: the hostname must be
the very first field in an entry, and the hardware type must precede the the very first field in an entry, and the hardware type must precede the
hardware address. hardware address.
.Pp .Pp