Deleted Added
full compact
mknetid.8 (68716) mknetid.8 (68949)
1.\" Copyright (c) 1995, 1996
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, 1996
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/mknetid/mknetid.8 68716 2000-11-14 11:20:58Z ru $
31.\" $FreeBSD: head/libexec/mknetid/mknetid.8 68949 2000-11-20 14:42:24Z ru $
32.\"
33.Dd June 23, 1996
34.Dt MKNETID 8
35.Os
36.Sh NAME
37.Nm mknetid
38.Nd "generate netid map data"
39.Sh SYNOPSIS
32.\"
33.Dd June 23, 1996
34.Dt MKNETID 8
35.Os
36.Sh NAME
37.Nm mknetid
38.Nd "generate netid map data"
39.Sh SYNOPSIS
40.Nm mknetid
40.Nm
41.Op Fl q
42.Op Fl g Ar group_file
43.Op Fl p Ar passwd_file
44.Op Fl h Ar hosts_file
45.Op Fl n Ar netid_file
46.Op Fl d Ar domain
47.Sh DESCRIPTION
48.Nm Mknetid

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

117flag may be used to override it.
118.El
119.Sh FILES
120.Bl -tag -width /var/yp/Makefile -compact
121.It Pa /var/yp/Makefile
122the Makefile that calls
123.Nm yp_mkdb
124and
41.Op Fl q
42.Op Fl g Ar group_file
43.Op Fl p Ar passwd_file
44.Op Fl h Ar hosts_file
45.Op Fl n Ar netid_file
46.Op Fl d Ar domain
47.Sh DESCRIPTION
48.Nm Mknetid

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

117flag may be used to override it.
118.El
119.Sh FILES
120.Bl -tag -width /var/yp/Makefile -compact
121.It Pa /var/yp/Makefile
122the Makefile that calls
123.Nm yp_mkdb
124and
125.Nm mknetid
125.Nm
126to build the
127.Tn NIS
128databases
129.It Pa /etc/group
130the default group database file
131.It Pa /etc/passwd
132the default passwd database file
133.It Pa /etc/hosts
134the default hosts database file
135.It Pa /etc/netid
136the default netid database file
137.El
138.Sh SEE ALSO
139.Xr yp 4 ,
140.Xr yp_mkdb 8
141.Sh AUTHORS
142.An Bill Paul Aq wpaul@ctr.columbia.edu
126to build the
127.Tn NIS
128databases
129.It Pa /etc/group
130the default group database file
131.It Pa /etc/passwd
132the default passwd database file
133.It Pa /etc/hosts
134the default hosts database file
135.It Pa /etc/netid
136the default netid database file
137.El
138.Sh SEE ALSO
139.Xr yp 4 ,
140.Xr yp_mkdb 8
141.Sh AUTHORS
142.An Bill Paul Aq wpaul@ctr.columbia.edu