1.fp 5 CW
2.de Af
3.ds ;G \\*(;G\\f\\$1\\$3\\f\\$2
4.if !\\$4 .Af \\$2 \\$1 "\\$4" "\\$5" "\\$6" "\\$7" "\\$8" "\\$9"
5..
6.de aF
7.ie \\$3 .ft \\$1
8.el \{\
9.ds ;G \&
10.nr ;G \\n(.f
11.Af "\\$1" "\\$2" "\\$3" "\\$4" "\\$5" "\\$6" "\\$7" "\\$8" "\\$9"
12\\*(;G
13.ft \\n(;G \}
14..
15.de L
16.aF 5 \\n(.f "\\$1" "\\$2" "\\$3" "\\$4" "\\$5" "\\$6" "\\$7"
17..
18.de LR
19.aF 5 1 "\\$1" "\\$2" "\\$3" "\\$4" "\\$5" "\\$6" "\\$7"
20..
21.de RL
22.aF 1 5 "\\$1" "\\$2" "\\$3" "\\$4" "\\$5" "\\$6" "\\$7"
23..
24.de EX		\" start example
25.ta 1i 2i 3i 4i 5i 6i
26.PP
27.RS 
28.PD 0
29.ft 5
30.nf
31..
32.de EE		\" end example
33.fi
34.ft
35.PD
36.RE
37.PP
38..
39.TH FS3D 3
40.SH NAME
41fs3d \- 3D (nDFS) on/off switch
42.SH SYNOPSIS
43.EX
44#include <fs3d.h>
45
46int          fs3d(int \fIop\fP);
47.EE
48.SH DESCRIPTION
49.L fs3d
50controls and queries the
51.B 3D
52file system
53.RB (aka nDFS )
54enable state.
55.L 0
56is returned if the current process cannot mount
57.B 3D
58files.
59.I op
60may be one of:
61.TP
62.B FS3D_TEST
63Returns
64.L "FS3D_ON [1]"
65if
66.B 3D
67is enabled,
68.L "FS3D_OFF [0]"
69otherwise.
70.TP
71.B FS3D_ON
72Enables
73.B 3D
74and returns the previous
75.L 3D
76state (either
77.B FS3D_ON
78or
79.BR FS3D_OFF ).
80.TP
81\fBFS3D_LIMIT(\fIlimit\fB)\fR
82Sets the viewpath level limit to
83.IR limit .
84The previous limit is returned.
85.TP
86.B FS3D_INIT
87Re-initialize the
88.B 3D
89tables.
90Used for debugging.
91.SH "SEE ALSO"
923D(1)
93