Deleted Added
full compact
pwd_mkdb.8 (50700) pwd_mkdb.8 (53183)
1.\" Copyright (c) 1991, 1993
2.\" The Regents of the University of California. 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.

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

25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" @(#)pwd_mkdb.8 8.1 (Berkeley) 6/6/93
1.\" Copyright (c) 1991, 1993
2.\" The Regents of the University of California. 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.

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

25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" @(#)pwd_mkdb.8 8.1 (Berkeley) 6/6/93
33.\" $FreeBSD: head/usr.sbin/pwd_mkdb/pwd_mkdb.8 50700 1999-08-31 13:11:39Z sheldonh $
33.\" $FreeBSD: head/usr.sbin/pwd_mkdb/pwd_mkdb.8 53183 1999-11-15 16:45:37Z sheldonh $
34.\"
35.Dd June 6, 1993
36.Dt PWD_MKDB 8
37.Os
38.Sh NAME
39.Nm pwd_mkdb
40.Nd "generate the password databases"
41.Sh SYNOPSIS
42.Nm pwd_mkdb
43.Op Fl C
44.Op Fl N
45.Op Fl p
34.\"
35.Dd June 6, 1993
36.Dt PWD_MKDB 8
37.Os
38.Sh NAME
39.Nm pwd_mkdb
40.Nd "generate the password databases"
41.Sh SYNOPSIS
42.Nm pwd_mkdb
43.Op Fl C
44.Op Fl N
45.Op Fl p
46.Op Fl q
46.Op Fl d Ar directory
47.Op Fl s Ar cachesize
48.Op Fl u Ar username
49.Ar file
50.Sh DESCRIPTION
51.Nm Pwd_mkdb
52creates
53.Xr db 3

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

73Tell
74.Nm Pwd_mkdb
75to exit with an error if it cannot obtain a lock on the file. By default,
76we block waiting for a lock on the source file. The lock is held through
77the rebuilding of the database.
78.It Fl p
79Create a Version 7 style password file and install it into
80.Pa /etc/passwd .
47.Op Fl d Ar directory
48.Op Fl s Ar cachesize
49.Op Fl u Ar username
50.Ar file
51.Sh DESCRIPTION
52.Nm Pwd_mkdb
53creates
54.Xr db 3

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

74Tell
75.Nm Pwd_mkdb
76to exit with an error if it cannot obtain a lock on the file. By default,
77we block waiting for a lock on the source file. The lock is held through
78the rebuilding of the database.
79.It Fl p
80Create a Version 7 style password file and install it into
81.Pa /etc/passwd .
82.It Fl q
83Suppress the warnings that
84.Nm
85normally generates for large user and group IDs.
86Such IDs can cause serious problems with software
87that makes assumptions about the values of IDs.
81.It Fl d Ar directory
82Store databases into specified destination directory instead of
83.Pa /etc .
84.It Fl u Ar username
85Only update the record for the specified user. Utilities that
86operate on a single user can use this option to avoid the
87overhead of rebuilding the entire database.
88.It Fl s Ar cachesize

--- 70 unchanged lines hidden ---
88.It Fl d Ar directory
89Store databases into specified destination directory instead of
90.Pa /etc .
91.It Fl u Ar username
92Only update the record for the specified user. Utilities that
93operate on a single user can use this option to avoid the
94overhead of rebuilding the entire database.
95.It Fl s Ar cachesize

--- 70 unchanged lines hidden ---