aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/ncplogin/ncplogout.1
diff options
context:
space:
mode:
authorSheldon Hearn <sheldonh@FreeBSD.org>2000-03-24 07:37:02 +0000
committerSheldon Hearn <sheldonh@FreeBSD.org>2000-03-24 07:37:02 +0000
commit464699d8588381b40755f73fce8a64862d74ef6a (patch)
tree876791654eefd2db5fc85097d7f4000ef8168519 /usr.bin/ncplogin/ncplogout.1
parentb4448bd5d2e3fd41ee5414da1a876f15b1f9981d (diff)
downloadsrc-464699d8588381b40755f73fce8a64862d74ef6a.tar.gz
src-464699d8588381b40755f73fce8a64862d74ef6a.zip
Correct grammar.
Rename and (where appropriate) re-order sections. Put something useful in the BUGS section. Clear the Os macro and add a HISTORY section. Reviewed by: bp
Notes
Notes: svn path=/head/; revision=58524
Diffstat (limited to 'usr.bin/ncplogin/ncplogout.1')
-rw-r--r--usr.bin/ncplogin/ncplogout.138
1 files changed, 22 insertions, 16 deletions
diff --git a/usr.bin/ncplogin/ncplogout.1 b/usr.bin/ncplogin/ncplogout.1
index d83cd2298855..07aeb5309ff9 100644
--- a/usr.bin/ncplogin/ncplogout.1
+++ b/usr.bin/ncplogin/ncplogout.1
@@ -1,10 +1,10 @@
.\" $FreeBSD$
.Dd Sep 15, 1999
.Dt NCPLOGOUT 1
-.Os FreeBSD 4.0
+.Os
.Sh NAME
.Nm ncplogout
-.Nd shedule permanent connection to close
+.Nd schedule permanent connection to close
.Sh SYNOPSIS
.Nm ncplogout
.Op -S Ar server
@@ -12,39 +12,45 @@
.Op -c Ar handle
.Nm ncplogout
.Op -c Ar handle
-.Ar /server:user
+.No / Ns Ar server Ns : Ns Ar user
.Sh DESCRIPTION
The
.Nm
-will shedule connection created by
+will schedule a connection created by
.Xr ncplogin 1
-command to close.
-If connection is busy (i.e. used by other processes) it will
-be closed when last process terminated.
-This command is similar to DOS
+command to be closed.
+If the connection is busy (i.e. used by other processes) it will
+be closed when the last process using it is terminated.
+This command is similar to the
+.Tn DOS
logout.exe command.
.Pp
The options are:
.Bl -tag -width indent
.It Fl S Ar server
-name of Netware server to identify connection.
+Specify the name of the
+.Tn Netware
+server to which the connection should be terminated.
Can be omitted if there is only
one connection active.
.It Fl U Ar user
-name of user used to identify connection.
+Specify the name of the user to use when identifying the connection.
Can be omitted if there is only
one connection active.
.It Fl c Ar handle
-close connection by handle.
-List of available handles can be obtained via
+Close a connection by handle.
+A list of available handles can be obtained with the following command:
.Bd -literal -offset indent
ncplist c
.Ed
-command.
.El
-.Sh BUGS
-to number a few
-
+.Sh HISTORY
+The
+.Nm
+utility first appeared in
+.Fx 4.0 .
.Sh AUTHORS
.An Boris Popov Aq bp@butya.kz ,
.Aq bp@freebsd.org
+.Sh BUGS
+Please report any bugs to the author.