Deleted Added
full compact
login.conf.5 (114703) login.conf.5 (131504)
1.\" Copyright (c) 1996 David Nugent <davidn@blaze.net.au>
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, is permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice immediately at the beginning of the file, without modification,
9.\" this list of conditions, and the following disclaimer.
10.\" 2. Redistributions in binary form must reproduce the above copyright
11.\" notice, this list of conditions and the following disclaimer in the
12.\" documentation and/or other materials provided with the distribution.
13.\" 3. This work was done expressly for inclusion into FreeBSD. Other use
14.\" is permitted provided this notation is included.
15.\" 4. Absolutely no warranty of function or purpose is made by the author
16.\" David Nugent.
17.\" 5. Modifications may be freely made to this file providing the above
18.\" conditions are met.
19.\"
1.\" Copyright (c) 1996 David Nugent <davidn@blaze.net.au>
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, is permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice immediately at the beginning of the file, without modification,
9.\" this list of conditions, and the following disclaimer.
10.\" 2. Redistributions in binary form must reproduce the above copyright
11.\" notice, this list of conditions and the following disclaimer in the
12.\" documentation and/or other materials provided with the distribution.
13.\" 3. This work was done expressly for inclusion into FreeBSD. Other use
14.\" is permitted provided this notation is included.
15.\" 4. Absolutely no warranty of function or purpose is made by the author
16.\" David Nugent.
17.\" 5. Modifications may be freely made to this file providing the above
18.\" conditions are met.
19.\"
20.\" $FreeBSD: head/lib/libutil/login.conf.5 114703 2003-05-05 06:25:03Z murray $
20.\" $FreeBSD: head/lib/libutil/login.conf.5 131504 2004-07-02 23:52:20Z ru $
21.\"
22.Dd November 22, 1996
23.Dt LOGIN.CONF 5
24.Os
25.Sh NAME
26.Nm login.conf
27.Nd login class capability database
28.Sh SYNOPSIS

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

100.It path
101A space or comma separated list of path names, following the usual csh
102conventions (leading tilde with and without username being expanded to
103home directories etc.)
104.It number
105A numeric value, either decimal (default), hexadecimal (with leading 0x),
106or octal (with a leading 0).
107With a numeric type, only one numeric value is allowed.
21.\"
22.Dd November 22, 1996
23.Dt LOGIN.CONF 5
24.Os
25.Sh NAME
26.Nm login.conf
27.Nd login class capability database
28.Sh SYNOPSIS

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

100.It path
101A space or comma separated list of path names, following the usual csh
102conventions (leading tilde with and without username being expanded to
103home directories etc.)
104.It number
105A numeric value, either decimal (default), hexadecimal (with leading 0x),
106or octal (with a leading 0).
107With a numeric type, only one numeric value is allowed.
108Numeric types may also be specified in string format (ie. the capability
108Numeric types may also be specified in string format (i.e., the capability
109tag being delimited from the value by '=' instead of '#').
110Whichever method is used, then all records in the database must use the
111same method to allow values to be correctly overridden in interpolated
112records.
113.It size
114A number which expresses a size.
115The default interpretation of a value is the number of bytes, but a
116suffix may specify alternate units:

--- 293 unchanged lines hidden ---
109tag being delimited from the value by '=' instead of '#').
110Whichever method is used, then all records in the database must use the
111same method to allow values to be correctly overridden in interpolated
112records.
113.It size
114A number which expresses a size.
115The default interpretation of a value is the number of bytes, but a
116suffix may specify alternate units:

--- 293 unchanged lines hidden ---