Deleted Added
full compact
nscd.8 (158135) nscd.8 (158155)
1.\" Copyright (c) 2005 Michael Bushkov <bushman@rsu.ru>
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

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

17.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
1.\" Copyright (c) 2005 Michael Bushkov <bushman@rsu.ru>
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

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

17.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
25.\" $FreeBSD: head/usr.sbin/nscd/nscd.8 158135 2006-04-29 01:34:03Z trhodes $
25.\" $FreeBSD: head/usr.sbin/nscd/nscd.8 158155 2006-04-30 01:53:57Z trhodes $
26.\"
27.Dd October 20, 2005
28.Dt CACHED 8
29.Os
30.Sh NAME
31.Nm cached
32.Nd "caching server daemon"
33.Sh SYNOPSIS

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

39.Nm
40is the system caching daemon.
41It can cache almost all types of data and is basically intended to be used
42with the
43.Pa nsswitch
44subsystem.
45The cache is actually per-user.
46This means that each user can work only with the
26.\"
27.Dd October 20, 2005
28.Dt CACHED 8
29.Os
30.Sh NAME
31.Nm cached
32.Nd "caching server daemon"
33.Sh SYNOPSIS

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

39.Nm
40is the system caching daemon.
41It can cache almost all types of data and is basically intended to be used
42with the
43.Pa nsswitch
44subsystem.
45The cache is actually per-user.
46This means that each user can work only with the
47cached data that was cached locally and cannot poison the cache of other users.
47cached data that were cached by themsevles, and cannot poison the
48cache of other users.
48The
49.Nm
50utility supports two types of caching:
51.Bl -tag -width Pair
52.It Sy Type
53.Sy Description
54.It Common caching
55Each cached element is the the key+value pair.

--- 101 unchanged lines hidden ---
49The
50.Nm
51utility supports two types of caching:
52.Bl -tag -width Pair
53.It Sy Type
54.Sy Description
55.It Common caching
56Each cached element is the the key+value pair.

--- 101 unchanged lines hidden ---