Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / usr.bin / ncplogin / ncplogout.1
1 .\" $FreeBSD: src/usr.bin/ncplogin/ncplogout.1,v 1.3.2.6 2002/06/21 15:28:29 charnier Exp $
2 .\" $DragonFly: src/usr.bin/ncplogin/ncplogout.1,v 1.2 2003/06/17 04:29:30 dillon Exp $
3 .Dd September 15, 1999
4 .Dt NCPLOGOUT 1
5 .Os
6 .Sh NAME
7 .Nm ncplogout
8 .Nd schedule permanent connection to close
9 .Sh SYNOPSIS
10 .Nm
11 .Op -S Ar server
12 .Op -U Ar user
13 .Op -c Ar handle
14 .Nm
15 .Op -c Ar handle
16 .No / Ns Ar server Ns : Ns Ar user
17 .Sh DESCRIPTION
18 The
19 .Nm
20 utility will schedule a connection created by
21 .Xr ncplogin 1
22 command to be closed.
23 If the connection is busy (i.e. used by other processes) it will
24 be closed when the last process using it is terminated.
25 This command is similar to the
26 .Tn DOS
27 logout.exe command.
28 .Pp
29 The options are:
30 .Bl -tag -width indent
31 .It Fl S Ar server
32 Specify the name of the
33 .Tn Netware
34 server to which the connection should be terminated.
35 Can be omitted if there is only
36 one connection active.
37 .It Fl U Ar user
38 Specify the name of the user to use when identifying the connection.
39 Can be omitted if there is only
40 one connection active.
41 .It Fl c Ar handle
42 Close a connection by handle.
43 A list of available handles can be obtained with the following command:
44 .Bd -literal -offset indent
45         ncplist c
46 .Ed
47 .El
48 .Sh HISTORY
49 The
50 .Nm
51 utility first appeared in
52 .Fx 4.0 .
53 .Sh AUTHORS
54 .An Boris Popov Aq bp@butya.kz ,
55 .Aq bp@FreeBSD.org
56 .Sh BUGS
57 Please report any bugs to the author.