View | Details | Raw Unified | Return to bug 31640
Collapse All | Expand All

(-)bin/chio/chio.1 (-2 / +3 lines)
Lines 47-55 Link Here
47
.Ar arg2
47
.Ar arg2
48
.Op Ar arg3 Op ...
48
.Op Ar arg3 Op ...
49
.Sh DESCRIPTION
49
.Sh DESCRIPTION
50
The
50
.Nm
51
.Nm
51
is used to control the operation of medium changers, such as those found
52
utility is used to control the operation of medium changers, such as those
52
in tape and optical disk jukeboxes.
53
found in tape and optical disk jukeboxes.
53
.Pp
54
.Pp
54
The options are as follows:
55
The options are as follows:
55
.Bl -tag -width indent
56
.Bl -tag -width indent
(-)bin/domainname/domainname.1 (-2 / +3 lines)
Lines 42-49 Link Here
42
.Nm
42
.Nm
43
.Op Ar ypdomain
43
.Op Ar ypdomain
44
.Sh DESCRIPTION
44
.Sh DESCRIPTION
45
.Nm Domainname
45
The
46
prints the name of the current YP/NIS domain.  The super-user can
46
.Nm
47
utility prints the name of the current YP/NIS domain.  The super-user can
47
set the domain name by supplying an argument; this is usually done in the
48
set the domain name by supplying an argument; this is usually done in the
48
network initialization script
49
network initialization script
49
.Pa /etc/rc.network ,
50
.Pa /etc/rc.network ,
(-)bin/hostname/hostname.1 (-2 / +3 lines)
Lines 43-50 Link Here
43
.Op Fl s
43
.Op Fl s
44
.Op Ar name-of-host
44
.Op Ar name-of-host
45
.Sh DESCRIPTION
45
.Sh DESCRIPTION
46
.Nm Hostname
46
The
47
prints the name of the current host.  The super-user can
47
.Nm
48
command prints the name of the current host.  The super-user can
48
set the hostname by supplying an argument; this is usually done in the
49
set the hostname by supplying an argument; this is usually done in the
49
network initialization script
50
network initialization script
50
.Pa /etc/rc.network ,
51
.Pa /etc/rc.network ,
(-)bin/mkdir/mkdir.1 (-2 / +3 lines)
Lines 47-54 Link Here
47
.Op Fl m Ar mode
47
.Op Fl m Ar mode
48
.Ar directory_name  ...
48
.Ar directory_name  ...
49
.Sh DESCRIPTION
49
.Sh DESCRIPTION
50
.Nm Mkdir
50
The
51
creates the directories named as operands, in the order specified,
51
.Nm
52
utility creates the directories named as operands, in the order specified,
52
using mode
53
using mode
53
.Li rwxrwxrwx (\&0777)
54
.Li rwxrwxrwx (\&0777)
54
as modified by the current
55
as modified by the current
(-)bin/pwd/pwd.1 (-2 / +3 lines)
Lines 44-51 Link Here
44
.Sh SYNOPSIS
44
.Sh SYNOPSIS
45
.Nm
45
.Nm
46
.Sh DESCRIPTION
46
.Sh DESCRIPTION
47
.Nm Pwd
47
The
48
writes the absolute pathname of the current working directory to
48
.Nm
49
command writes the absolute pathname of the current working directory to
49
the standard output.
50
the standard output.
50
.Pp
51
.Pp
51
Some shells may provide a builtin
52
Some shells may provide a builtin
(-)bin/pwd/realpath.1 (-1 / +2 lines)
Lines 46-53 Link Here
46
.Nm
46
.Nm
47
.Ar path
47
.Ar path
48
.Sh DESCRIPTION
48
.Sh DESCRIPTION
49
The
49
.Nm
50
.Nm
50
uses the
51
command uses the
51
.Xr realpath 3
52
.Xr realpath 3
52
function to resolve all symbolic links, extra
53
function to resolve all symbolic links, extra
53
.Ql /
54
.Ql /
(-)bin/rcp/rcp.1 (-5 / +6 lines)
Lines 49-56 Link Here
49
.Ar
49
.Ar
50
.Ar directory
50
.Ar directory
51
.Sh DESCRIPTION
51
.Sh DESCRIPTION
52
.Nm Rcp
52
The
53
copies files between machines.  Each
53
.Nm
54
command copies files between machines.  Each
54
.Ar file
55
.Ar file
55
or
56
or
56
.Ar directory
57
.Ar directory
Lines 113-125 Link Here
113
on a remote host may be quoted (using \e, ", or \(aa)
114
on a remote host may be quoted (using \e, ", or \(aa)
114
so that the metacharacters are interpreted remotely.
115
so that the metacharacters are interpreted remotely.
115
.Pp
116
.Pp
116
.Nm Rcp
117
This command does not prompt for passwords; it performs remote execution
117
does not prompt for passwords; it performs remote execution
118
via
118
via
119
.Xr rsh  1  ,
119
.Xr rsh  1  ,
120
and requires the same authorization.
120
and requires the same authorization.
121
.Pp
121
.Pp
122
.Nm Rcp
122
In addition,
123
.Nm
123
handles third party copies, where neither source nor target files
124
handles third party copies, where neither source nor target files
124
are on the current machine.
125
are on the current machine.
125
.Sh FILES
126
.Sh FILES
(-)bin/sync/sync.8 (-5 / +7 lines)
Lines 41-49 Link Here
41
.Sh SYNOPSIS
41
.Sh SYNOPSIS
42
.Nm
42
.Nm
43
.Sh DESCRIPTION
43
.Sh DESCRIPTION
44
.Nm Sync
44
The
45
can be called to ensure that all disk writes have been completed before the
45
.Nm
46
processor is halted in a way not suitably done by
46
command can be called to ensure that all disk writes have been completed
47
before the processor is halted in a way not suitably done by
47
.Xr reboot 8
48
.Xr reboot 8
48
or
49
or
49
.Xr halt 8 .
50
.Xr halt 8 .
Lines 57-64 Link Here
57
and flushing internal caches before performing a final
58
and flushing internal caches before performing a final
58
.Nm .
59
.Nm .
59
.Pp
60
.Pp
60
.Nm Sync
61
The
61
utilizes the
62
.Nm
63
command utilizes the
62
.Xr sync 2
64
.Xr sync 2
63
function call.
65
function call.
64
.Sh SEE ALSO
66
.Sh SEE ALSO

Return to bug 31640