Deleted Added
full compact
getconf.1 (72808) getconf.1 (79366)
1.\"
2.\" Copyright 2000 Massachusetts Institute of Technology
3.\"
4.\" Permission to use, copy, modify, and distribute this software and
5.\" its documentation for any purpose and without fee is hereby
6.\" granted, provided that both the above copyright notice and this
7.\" permission notice appear in all copies, that both the above
8.\" copyright notice and this permission notice appear in all

--- 12 unchanged lines hidden (view full) ---

21.\" SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
22.\" LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
23.\" USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
24.\" ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
25.\" OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
26.\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27.\" SUCH DAMAGE.
28.\"
1.\"
2.\" Copyright 2000 Massachusetts Institute of Technology
3.\"
4.\" Permission to use, copy, modify, and distribute this software and
5.\" its documentation for any purpose and without fee is hereby
6.\" granted, provided that both the above copyright notice and this
7.\" permission notice appear in all copies, that both the above
8.\" copyright notice and this permission notice appear in all

--- 12 unchanged lines hidden (view full) ---

21.\" SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
22.\" LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
23.\" USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
24.\" ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
25.\" OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
26.\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27.\" SUCH DAMAGE.
28.\"
29.\" $FreeBSD: head/usr.bin/getconf/getconf.1 72808 2001-02-21 19:33:38Z wollman $
29.\" $FreeBSD: head/usr.bin/getconf/getconf.1 79366 2001-07-06 16:46:48Z ru $
30.\"
31.Dd April 25, 2000
32.Dt GETCONF 1
33.Os
34.Sh NAME
35.Nm getconf
36.Nd retrieve standard configuration variables
37.Sh SYNOPSIS

--- 86 unchanged lines hidden (view full) ---

124.Bd -literal -offset indent
125getconf NAME_MAX /tmp
126.Ed
127.Pp
128will display the maximum length of a filename in the
129.Pa /tmp
130directory.
131.Sh SEE ALSO
30.\"
31.Dd April 25, 2000
32.Dt GETCONF 1
33.Os
34.Sh NAME
35.Nm getconf
36.Nd retrieve standard configuration variables
37.Sh SYNOPSIS

--- 86 unchanged lines hidden (view full) ---

124.Bd -literal -offset indent
125getconf NAME_MAX /tmp
126.Ed
127.Pp
128will display the maximum length of a filename in the
129.Pa /tmp
130directory.
131.Sh SEE ALSO
132.Xr confstr 3 ,
133.Xr pathconf 2 ,
132.Xr pathconf 2 ,
133.Xr confstr 3 ,
134.Xr sysconf 3
135.Sh STANDARDS
136The
137.Nm
138utility is expected to be compliant with
139.St -susv2 .
140.Sh HISTORY
141The
142.Nm
143command first appeared in
144.Fx 5.0 .
145.Sh AUTHORS
146.An Garrett A. Wollman Aq wollman@lcs.mit.edu
134.Xr sysconf 3
135.Sh STANDARDS
136The
137.Nm
138utility is expected to be compliant with
139.St -susv2 .
140.Sh HISTORY
141The
142.Nm
143command first appeared in
144.Fx 5.0 .
145.Sh AUTHORS
146.An Garrett A. Wollman Aq wollman@lcs.mit.edu