The .Nm utility

This commit is contained in:
Philippe Charnier 2002-07-14 15:12:00 +00:00
parent 8d74f63d1e
commit 084e19802d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=99970
9 changed files with 53 additions and 35 deletions

View File

@ -37,8 +37,9 @@
.Op options .Op options
.Ar directories ... .Ar directories ...
.Sh DESCRIPTION .Sh DESCRIPTION
The
.Nm .Nm
start utility starts
.Xr makewhatis 1 .Xr makewhatis 1
only for file systems physically mounted on the system only for file systems physically mounted on the system
where the where the
@ -51,8 +52,9 @@ your NFS server -- all NFS clients start makewhatis at the same time!
So use this wrapper for So use this wrapper for
.Xr cron 8 .Xr cron 8
instead of calling makewhatis directly. instead of calling makewhatis directly.
The
.Nm catman.local .Nm catman.local
is using for same purposes as utility is using for same purposes as
.Nm .Nm
but for but for
.Xr catman 1 . .Xr catman 1 .
@ -76,5 +78,5 @@ every week
.Sh HISTORY .Sh HISTORY
The The
.Nm .Nm
command appeared in utility appeared in
.Fx 2.2 . .Fx 2.2 .

View File

@ -40,7 +40,7 @@
.Sh DESCRIPTION .Sh DESCRIPTION
The The
.Nm .Nm
command is used to dump the contents of the kernel ktr trace buffer. utility is used to dump the contents of the kernel ktr trace buffer.
.Pp .Pp
The following options are available: The following options are available:
.Bl -tag -width ".Fl e Ar execfile" .Bl -tag -width ".Fl e Ar execfile"
@ -68,13 +68,13 @@ The default is standard output.
.Sh HISTORY .Sh HISTORY
The The
.Nm .Nm
command first appeared in utility first appeared in
.Fx 5.0 . .Fx 5.0 .
.Sh AUTHORS .Sh AUTHORS
.An -nosplit .An -nosplit
The The
.Nm .Nm
command was implemented by utility was implemented by
.An Jake Burkholder Aq jake@FreeBSD.org . .An Jake Burkholder Aq jake@FreeBSD.org .
.Pp .Pp
This manual page was written by This manual page was written by

View File

@ -39,8 +39,9 @@
.Sh SYNOPSIS .Sh SYNOPSIS
.Nm /usr/libexec/locate.updatedb .Nm /usr/libexec/locate.updatedb
.Sh DESCRIPTION .Sh DESCRIPTION
.Nm Locate.updatedb The
updates the database used by .Nm
utility updates the database used by
.Xr locate 1 . .Xr locate 1 .
It is typically run once a week by the It is typically run once a week by the
.Pa /etc/periodic/weekly/310.locate .Pa /etc/periodic/weekly/310.locate

View File

@ -37,8 +37,9 @@
.Op options .Op options
.Ar directories ... .Ar directories ...
.Sh DESCRIPTION .Sh DESCRIPTION
The
.Nm .Nm
start utility starts
.Xr makewhatis 1 .Xr makewhatis 1
only for file systems physically mounted on the system only for file systems physically mounted on the system
where the where the
@ -51,8 +52,9 @@ your NFS server -- all NFS clients start makewhatis at the same time!
So use this wrapper for So use this wrapper for
.Xr cron 8 .Xr cron 8
instead of calling makewhatis directly. instead of calling makewhatis directly.
The
.Nm catman.local .Nm catman.local
is using for same purposes as utility is using for same purposes as
.Nm .Nm
but for but for
.Xr catman 1 . .Xr catman 1 .
@ -76,5 +78,5 @@ every week
.Sh HISTORY .Sh HISTORY
The The
.Nm .Nm
command appeared in utility appeared in
.Fx 2.2 . .Fx 2.2 .

View File

@ -12,8 +12,9 @@
.Nm .Nm
.Fl u Ar username .Fl u Ar username
.Sh DESCRIPTION .Sh DESCRIPTION
.Nm Newkey The
is normally run by the network administrator on the .Nm
utility is normally run by the network administrator on the
Network Interface Service Network Interface Service
(\s-1NIS\s0) (\s-1NIS\s0)
master machine in order to establish public keys for master machine in order to establish public keys for
@ -23,8 +24,9 @@ RPC
or secure or secure
NFS\s0. NFS\s0.
.Pp .Pp
.Nm Newkey The
will prompt for the login password of the given username and then .Nm
utility will prompt for the login password of the given username and then
create a new public/secret key pair in create a new public/secret key pair in
.Pa /etc/publickey .Pa /etc/publickey
encrypted with the login password of the given user. encrypted with the login password of the given user.

View File

@ -45,25 +45,27 @@
.Op Oo Fl g Oc Ar pgrp ... .Op Oo Fl g Oc Ar pgrp ...
.Op Oo Fl u Oc Ar user ... .Op Oo Fl u Oc Ar user ...
.Sh DESCRIPTION .Sh DESCRIPTION
.Nm Renice The
alters the .Nm
utility alters the
scheduling priority of one or more running processes. scheduling priority of one or more running processes.
The following The following
.Ar who .Ar who
parameters are interpreted as process ID's, process group parameters are interpreted as process ID's, process group
ID's, user ID's or user names. ID's, user ID's or user names.
.Nm Renice Ns 'ing The
a process group causes all processes in the process group .Nm Ns 'ing
of a process group causes all processes in the process group
to have their scheduling priority altered. to have their scheduling priority altered.
.Nm Renice Ns 'ing The
a user causes all processes owned by the user to have .Nm Ns 'ing
of a user causes all processes owned by the user to have
their scheduling priority altered. their scheduling priority altered.
By default, the processes to be affected are specified by By default, the processes to be affected are specified by
their process ID's. their process ID's.
.Pp .Pp
Options supported by The following options are available:
.Nm : .Bl -tag -width indent
.Bl -tag -width Ds
.It Fl g .It Fl g
Force Force
.Ar who .Ar who
@ -77,7 +79,7 @@ Force the
.Ar who .Ar who
parameters to be interpreted as user names or user ID's. parameters to be interpreted as user names or user ID's.
.It Fl p .It Fl p
Resets the Reset the
.Ar who .Ar who
interpretation to be (the default) process ID's. interpretation to be (the default) process ID's.
.El .El
@ -126,7 +128,7 @@ utility conforms to
.Sh HISTORY .Sh HISTORY
The The
.Nm .Nm
command appeared in utility appeared in
.Bx 4.0 . .Bx 4.0 .
.Sh BUGS .Sh BUGS
Non super-users cannot increase scheduling priorities of their own processes, Non super-users cannot increase scheduling priorities of their own processes,

View File

@ -46,8 +46,9 @@
.Op Fl ade3 .Op Fl ade3
.Op Ar host .Op Ar host
.Sh DESCRIPTION .Sh DESCRIPTION
.Nm Showmount The
shows status information about the .Nm
utility shows status information about the
.Tn NFS .Tn NFS
server on server on
.Ar host . .Ar host .
@ -63,7 +64,9 @@ and
.%T "NFS: Network File System Version 3 Protocol Specification" , .%T "NFS: Network File System Version 3 Protocol Specification" ,
Appendix I, Appendix I,
for a detailed description of the protocol. for a detailed description of the protocol.
.Bl -tag -width Ds .Pp
The following options are available:
.Bl -tag -width indent
.It Fl a .It Fl a
List all mount points in the form: List all mount points in the form:
.Bd -ragged -offset indent -compact .Bd -ragged -offset indent -compact
@ -76,7 +79,9 @@ Show the
.Ar host Ns 's .Ar host Ns 's
exports list. exports list.
.It Fl 3 .It Fl 3
Use mount protocol Version 3, compatible with NFS Version 3. Use mount protocol Version 3, compatible with
.Tn NFS
Version 3.
.El .El
.Sh SEE ALSO .Sh SEE ALSO
.Xr mount 8 , .Xr mount 8 ,
@ -87,8 +92,9 @@ The mount daemon running on the server only has an idea of the actual mounts,
since the since the
.Tn NFS .Tn NFS
server is stateless. server is stateless.
.Nm Showmount The
will only display the information .Nm
utility will only display the information
as accurately as the mount daemon reports it. as accurately as the mount daemon reports it.
.Sh HISTORY .Sh HISTORY
The The

View File

@ -55,8 +55,9 @@
.Oc .Oc
.Op Ar disks .Op Ar disks
.Sh DESCRIPTION .Sh DESCRIPTION
.Nm Vmstat The
reports certain kernel statistics kept about process, virtual memory, .Nm
utility reports certain kernel statistics kept about process, virtual memory,
disk, trap and cpu activity. disk, trap and cpu activity.
.Pp .Pp
The options are as follows: The options are as follows:
@ -251,7 +252,9 @@ cause the display to exceed 80 columns, however.
To force To force
.Nm .Nm
to display specific drives, their names may be supplied on the command line. to display specific drives, their names may be supplied on the command line.
The
.Nm .Nm
utility
defaults to show disks first, and then various other random devices in the defaults to show disks first, and then various other random devices in the
system to add up to three devices, if there are that many devices in the system to add up to three devices, if there are that many devices in the
system. If devices are specified on the command line, or if a device type system. If devices are specified on the command line, or if a device type

View File

@ -154,7 +154,7 @@ Change to the source code directory of
.Sh HISTORY .Sh HISTORY
The The
.Nm .Nm
command appeared in utility appeared in
.Bx 3.0 . .Bx 3.0 .
This version re-implements the historical This version re-implements the historical
functionality that was lost in functionality that was lost in