6324 Add an `ndp' tool for manipulating the neighbors table
[illumos-gate.git] / usr / src / man / man1m / fdetach.1m
blob319e51f7b09b3e3f3d6bffe3797cdead684a878c
1 '\" te
2 .\"  Copyright 1989 AT&T Copyright (c) 1997 Sun Microsystems, Inc. All Rights Reserved.
3 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License").  You may not use this file except in compliance with the License.
4 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.  See the License for the specific language governing permissions and limitations under the License.
5 .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE.  If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
6 .TH FDETACH 1M "Jul 5, 1990"
7 .SH NAME
8 fdetach \- detach a name from a STREAMS-based file descriptor
9 .SH SYNOPSIS
10 .LP
11 .nf
12 \fBfdetach\fR \fIpath\fR
13 .fi
15 .SH DESCRIPTION
16 .sp
17 .LP
18 The \fBfdetach\fR command detaches a \fBSTREAMS-based\fR file descriptor from a
19 name in the file system. Use the \fIpath\fR operand to specify the path name of
20 the object in the file system name space, which was previously attached. See
21 \fBfattach\fR(3C).
22 .sp
23 .LP
24 The user must be the owner of the file or a user with the appropriate
25 privileges. All subsequent operations on \fIpath\fR will operate on the
26 underlying file system entry and not on the \fBSTREAMS\fR file. The permissions
27 and status of the entry are restored to the state they were in before the
28 \fBSTREAMS\fR file was attached to the entry.
29 .SH OPERANDS
30 .sp
31 .LP
32 The following operands are supported:
33 .sp
34 .ne 2
35 .na
36 \fB\fIpath\fR\fR
37 .ad
38 .RS 8n
39 Specifies the path name of the object in the file system name space, which was
40 previously attached.
41 .RE
43 .SH SEE ALSO
44 .sp
45 .LP
46 \fBfattach\fR(3C), \fBfdetach\fR(3C), \fBattributes\fR(5), \fBstreamio\fR(7I)
47 .sp
48 .LP
49 \fI\fR