]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - usr.bin/ncplogin/ncplogout.1
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / usr.bin / ncplogin / ncplogout.1
1 .\" $FreeBSD$
2 .Dd September 15, 1999
3 .Dt NCPLOGOUT 1
4 .Os
5 .Sh NAME
6 .Nm ncplogout
7 .Nd schedule permanent connection to close
8 .Sh SYNOPSIS
9 .Nm
10 .Op Fl S Ar server
11 .Op Fl U Ar user
12 .Op Fl c Ar handle
13 .Nm
14 .Op Fl c Ar handle
15 .No / Ns Ar server Ns : Ns Ar user
16 .Sh DESCRIPTION
17 The
18 .Nm
19 utility will schedule a connection created by
20 .Xr ncplogin 1
21 command to be closed.
22 If the connection is busy (i.e., used by other processes) it will
23 be closed when the last process using it is terminated.
24 This command is similar to the
25 .Tn DOS
26 .Pa logout.exe
27 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 .Pp
45 .Dl "ncplist c"
46 .El
47 .Sh HISTORY
48 The
49 .Nm
50 utility first appeared in
51 .Fx 4.0 .
52 .Sh AUTHORS
53 .An Boris Popov Aq bp@butya.kz ,
54 .Aq bp@FreeBSD.org
55 .Sh BUGS
56 Please report any bugs to the author.