Deleted Added
full compact
revnetgroup.8 (50476) revnetgroup.8 (68949)
1.\" Copyright (c) 1995
2.\" Bill Paul <wpaul@ctr.columbia.edu>. 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.

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

23.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
24.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
25.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
26.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
27.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
28.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
29.\" SUCH DAMAGE.
30.\"
1.\" Copyright (c) 1995
2.\" Bill Paul <wpaul@ctr.columbia.edu>. 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.

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

23.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
24.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
25.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
26.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
27.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
28.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
29.\" SUCH DAMAGE.
30.\"
31.\" $FreeBSD: head/libexec/revnetgroup/revnetgroup.8 50476 1999-08-28 00:22:10Z peter $
31.\" $FreeBSD: head/libexec/revnetgroup/revnetgroup.8 68949 2000-11-20 14:42:24Z ru $
32.\"
33.Dd October 24, 1995
34.Dt REVNETGROUP 8
35.Os
36.Sh NAME
37.Nm revnetgroup
38.Nd "generate reverse netgroup data"
39.Sh SYNOPSIS
32.\"
33.Dd October 24, 1995
34.Dt REVNETGROUP 8
35.Os
36.Sh NAME
37.Nm revnetgroup
38.Nd "generate reverse netgroup data"
39.Sh SYNOPSIS
40.Nm revnetgroup
40.Nm
41.Fl u
42.Op Fl f Ar netgroup_file
41.Fl u
42.Op Fl f Ar netgroup_file
43.Nm revnetgroup
43.Nm
44.Fl h
45.Op Fl f Ar netgroup_file
46.Sh DESCRIPTION
47.Nm Revnetgroup
48processes the contents of a file in
49.Xr netgroup 5
50format into what is called
51.Pa reverse netgroup

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

127to read from the standard input.
128.El
129.Sh FILES
130.Bl -tag -width /var/yp/Makefile -compact
131.It Pa /var/yp/Makefile
132the Makefile that calls
133.Nm yp_mkdb
134and
44.Fl h
45.Op Fl f Ar netgroup_file
46.Sh DESCRIPTION
47.Nm Revnetgroup
48processes the contents of a file in
49.Xr netgroup 5
50format into what is called
51.Pa reverse netgroup

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

127to read from the standard input.
128.El
129.Sh FILES
130.Bl -tag -width /var/yp/Makefile -compact
131.It Pa /var/yp/Makefile
132the Makefile that calls
133.Nm yp_mkdb
134and
135.Nm revnetgroup
135.Nm
136to build the
137.Tn NIS
138databases
139.It Pa /etc/netgroup
140the default netgroup database file. This file is most often found
141only on the
142.Tn NIS
143master server
144.El
145.Sh SEE ALSO
146.Xr getnetgrent 3 ,
147.Xr yp 4 ,
148.Xr netgroup 5 ,
149.Xr yp_mkdb 8
150.Sh AUTHORS
151.An Bill Paul Aq wpaul@ctr.columbia.edu
136to build the
137.Tn NIS
138databases
139.It Pa /etc/netgroup
140the default netgroup database file. This file is most often found
141only on the
142.Tn NIS
143master server
144.El
145.Sh SEE ALSO
146.Xr getnetgrent 3 ,
147.Xr yp 4 ,
148.Xr netgroup 5 ,
149.Xr yp_mkdb 8
150.Sh AUTHORS
151.An Bill Paul Aq wpaul@ctr.columbia.edu