route.8: Remove NS remains.
[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 .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 -S Ar server
11 .Op -U Ar user
12 .Op -c Ar handle
13 .Nm
14 .Op -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 logout.exe command.
27 .Pp
28 The options are:
29 .Bl -tag -width indent
30 .It Fl S Ar server
31 Specify the name of the
32 .Tn Netware
33 server to which the connection should be terminated.
34 Can be omitted if there is only
35 one connection active.
36 .It Fl U Ar user
37 Specify the name of the user to use when identifying the connection.
38 Can be omitted if there is only
39 one connection active.
40 .It Fl c Ar handle
41 Close a connection by handle.
42 A list of available handles can be obtained with the following command:
43 .Bd -literal -offset indent
44         ncplist c
45 .Ed
46 .El
47 .Sh HISTORY
48 The
49 .Nm
50 utility first appeared in
51 .Fx 4.0 .
52 .Sh AUTHORS
53 .An -nosplit
54 .An Boris Popov Aq Mt bp@butya.kz ,
55 .Aq Mt bp@FreeBSD.org
56 .Sh BUGS
57 Please report any bugs to the author.