diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2000-11-20 16:52:27 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2000-11-20 16:52:27 +0000 |
commit | 7c7fb079b997666ef8dc3a60352aa3d2052cb3de (patch) | |
tree | 43f30351332f06168f2ee06250cbb52017106489 /usr.sbin | |
parent | 067c7f48def4817208af5bb4f6b43acdb2f03fce (diff) | |
download | src-test2-7c7fb079b997666ef8dc3a60352aa3d2052cb3de.tar.gz src-test2-7c7fb079b997666ef8dc3a60352aa3d2052cb3de.zip |
Notes
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/mount_nwfs/mount_nwfs.8 | 4 | ||||
-rw-r--r-- | usr.sbin/mount_portalfs/mount_portalfs.8 | 2 | ||||
-rw-r--r-- | usr.sbin/mountd/exports.5 | 4 | ||||
-rw-r--r-- | usr.sbin/mountd/mountd.8 | 2 | ||||
-rw-r--r-- | usr.sbin/mountd/netgroup.5 | 2 | ||||
-rw-r--r-- | usr.sbin/nfsd/nfsd.8 | 14 | ||||
-rw-r--r-- | usr.sbin/nologin/nologin.8 | 2 |
7 files changed, 15 insertions, 15 deletions
diff --git a/usr.sbin/mount_nwfs/mount_nwfs.8 b/usr.sbin/mount_nwfs/mount_nwfs.8 index b56d26c8e301..2e92a6829cdf 100644 --- a/usr.sbin/mount_nwfs/mount_nwfs.8 +++ b/usr.sbin/mount_nwfs/mount_nwfs.8 @@ -6,7 +6,7 @@ .Nm mount_nwfs .Nd mount NetWare volume from a NetWare file server .Sh SYNOPSIS -.Nm mount_nwfs +.Nm .Op Fl Chv .Fl S Ar server .Fl U Ar user @@ -22,7 +22,7 @@ .Op Fl u Ar uid .Op Fl w Ar scheme .Ar node -.Nm mount_nwfs +.Nm .Op Fl options .Ar /server:user/volume[/path] .Ar node diff --git a/usr.sbin/mount_portalfs/mount_portalfs.8 b/usr.sbin/mount_portalfs/mount_portalfs.8 index 306a220c8aff..f84fa480c142 100644 --- a/usr.sbin/mount_portalfs/mount_portalfs.8 +++ b/usr.sbin/mount_portalfs/mount_portalfs.8 @@ -44,7 +44,7 @@ .Nm mount_portal .Nd mount the portal daemon .Sh SYNOPSIS -.Nm mount_portal +.Nm .Op Fl o Ar options .Ar /etc/portal.conf .Ar mount_point diff --git a/usr.sbin/mountd/exports.5 b/usr.sbin/mountd/exports.5 index b5fff27d3cd4..e2d332c62964 100644 --- a/usr.sbin/mountd/exports.5 +++ b/usr.sbin/mountd/exports.5 @@ -41,7 +41,7 @@ .Tn NFS mount requests .Sh SYNOPSIS -.Nm exports +.Nm .Sh DESCRIPTION The .Nm @@ -285,7 +285,7 @@ The utility can be made to re-read the .Nm file by sending it a hangup signal as follows: -.Bd -literal -offset indet +.Bd -literal -offset indent kill -s HUP `cat /var/run/mountd.pid` .Ed .Pp diff --git a/usr.sbin/mountd/mountd.8 b/usr.sbin/mountd/mountd.8 index fdb62a17907b..509fbb7b4f74 100644 --- a/usr.sbin/mountd/mountd.8 +++ b/usr.sbin/mountd/mountd.8 @@ -41,7 +41,7 @@ .Tn NFS mount requests .Sh SYNOPSIS -.Nm mountd +.Nm .Op Fl 2dlnr .Op Ar exportsfile .Sh DESCRIPTION diff --git a/usr.sbin/mountd/netgroup.5 b/usr.sbin/mountd/netgroup.5 index fb1a8bcd2a57..919f1fe3b22d 100644 --- a/usr.sbin/mountd/netgroup.5 +++ b/usr.sbin/mountd/netgroup.5 @@ -39,7 +39,7 @@ .Nm netgroup .Nd defines network groups .Sh SYNOPSIS -.Nm netgroup +.Nm .Sh DESCRIPTION The .Nm diff --git a/usr.sbin/nfsd/nfsd.8 b/usr.sbin/nfsd/nfsd.8 index f5d0efbff063..fb44149bb4d8 100644 --- a/usr.sbin/nfsd/nfsd.8 +++ b/usr.sbin/nfsd/nfsd.8 @@ -41,7 +41,7 @@ .Tn NFS server .Sh SYNOPSIS -.Nm nfsd +.Nm .Op Fl arut .Op Fl n Ar num_servers .Op Fl h Ar bindip @@ -51,7 +51,7 @@ runs on a server machine to service .Tn NFS requests from client machines. At least one -.Nm nfsd +.Nm must be running for a machine to operate as a server. .Pp Unless otherwise specified, four servers for @@ -118,7 +118,7 @@ RFC1094 and .%T "NFS: Network File System Version 3 Protocol Specification" . .Pp If -.Nm nfsd +.Nm detects that .Tn NFS is not loaded in the running kernel, it will attempt @@ -131,11 +131,11 @@ by way of If this fails, or no .Tn NFS KLD is available, -.Nm nfsd +.Nm will exit with an error. .Pp If -.Nm nfsd +.Nm is to be run on a host with multiple interfaces or interface aliases, use of the .Fl h @@ -148,7 +148,7 @@ would then be used to block nfs-related packets that come in on the outside interface. .Pp The -.Nm nfsd +.Nm utility exits 0 on success, and >0 if an error occurs. .Sh SEE ALSO .Xr nfsstat 1 , @@ -160,6 +160,6 @@ utility exits 0 on success, and >0 if an error occurs. .Xr ipfw 8 .Sh HISTORY The -.Nm nfsd +.Nm utility first appeared in .Bx 4.4 . diff --git a/usr.sbin/nologin/nologin.8 b/usr.sbin/nologin/nologin.8 index 74463a298f40..0c25a1c6abf4 100644 --- a/usr.sbin/nologin/nologin.8 +++ b/usr.sbin/nologin/nologin.8 @@ -39,7 +39,7 @@ .Nm nologin .Nd politely refuse a login .Sh SYNOPSIS -.Nm nologin +.Nm .Sh DESCRIPTION .Nm Nologin displays a message that an account is not available and |