summaryrefslogtreecommitdiff
path: root/lib/libutil
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libutil')
-rw-r--r--lib/libutil/_secure_path.32
-rw-r--r--lib/libutil/_secure_path.c2
-rw-r--r--lib/libutil/auth.32
-rw-r--r--lib/libutil/auth.conf.52
-rw-r--r--lib/libutil/libutil.h2
-rw-r--r--lib/libutil/login.32
-rw-r--r--lib/libutil/login.c2
-rw-r--r--lib/libutil/login.conf.52
-rw-r--r--lib/libutil/login_auth.32
-rw-r--r--lib/libutil/login_auth.c2
-rw-r--r--lib/libutil/login_cap.32
-rw-r--r--lib/libutil/login_cap.c2
-rw-r--r--lib/libutil/login_cap.h2
-rw-r--r--lib/libutil/login_class.32
-rw-r--r--lib/libutil/login_class.c2
-rw-r--r--lib/libutil/login_ok.32
-rw-r--r--lib/libutil/login_ok.c2
-rw-r--r--lib/libutil/login_times.32
-rw-r--r--lib/libutil/login_times.c2
-rw-r--r--lib/libutil/login_tty.32
-rw-r--r--lib/libutil/login_tty.c2
-rw-r--r--lib/libutil/logout.32
-rw-r--r--lib/libutil/logout.c2
-rw-r--r--lib/libutil/logwtmp.32
-rw-r--r--lib/libutil/logwtmp.c2
-rw-r--r--lib/libutil/property.32
-rw-r--r--lib/libutil/pty.32
-rw-r--r--lib/libutil/pty.c2
-rw-r--r--lib/libutil/realhostname.32
-rw-r--r--lib/libutil/realhostname.c2
-rw-r--r--lib/libutil/setproctitle.32
-rw-r--r--lib/libutil/setproctitle.c2
-rw-r--r--lib/libutil/trimdomain.32
-rw-r--r--lib/libutil/uucplock.32
-rw-r--r--lib/libutil/uucplock.c2
35 files changed, 35 insertions, 35 deletions
diff --git a/lib/libutil/_secure_path.3 b/lib/libutil/_secure_path.3
index 0ca3a70c0138d..cb96d8f66d8a6 100644
--- a/lib/libutil/_secure_path.3
+++ b/lib/libutil/_secure_path.3
@@ -17,7 +17,7 @@
.\" 5. Modifications may be freely made to this file providing the above
.\" conditions are met.
.\"
-.\" $Id: _secure_path.3,v 1.2 1997/05/15 06:06:32 davidn Exp $
+.\" $Id: _secure_path.3,v 1.3 1998/06/06 05:50:42 jkoshy Exp $
.\"
.Dd May 2, 1997
.Os FreeBSD
diff --git a/lib/libutil/_secure_path.c b/lib/libutil/_secure_path.c
index 983292fd241a7..560aa4f4a27df 100644
--- a/lib/libutil/_secure_path.c
+++ b/lib/libutil/_secure_path.c
@@ -18,7 +18,7 @@
* 5. Modifications may be freely made to this file providing the above
* conditions are met.
*
- * $Id: _secure_path.c,v 1.3 1998/10/09 00:39:08 jkh Exp $
+ * $Id: _secure_path.c,v 1.4 1998/10/09 11:24:19 jkh Exp $
*/
diff --git a/lib/libutil/auth.3 b/lib/libutil/auth.3
index a026ec550349a..190c357edd840 100644
--- a/lib/libutil/auth.3
+++ b/lib/libutil/auth.3
@@ -23,7 +23,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $Id: auth.3,v 1.1 1998/10/08 06:53:32 jkh Exp $
+.\" $Id: auth.3,v 1.1.2.1 1999/05/02 08:50:45 brian Exp $
.\" "
.Dd October 7, 1998
.Os
diff --git a/lib/libutil/auth.conf.5 b/lib/libutil/auth.conf.5
index 08cf806d18a55..1d0e3d90a6673 100644
--- a/lib/libutil/auth.conf.5
+++ b/lib/libutil/auth.conf.5
@@ -11,7 +11,7 @@
.\" notice, this list of conditions and the following disclaimer in the
.\" documentation and/or other materials provided with the distribution.
.\"
-.\" $Id$
+.\" $Id: auth.conf.5,v 1.1 1998/10/08 06:53:32 jkh Exp $
.\"
.Dd October 7, 1998
.Dt AUTH.CONF 5
diff --git a/lib/libutil/libutil.h b/lib/libutil/libutil.h
index 32957d9cbb0d3..9f4c016cd9b0f 100644
--- a/lib/libutil/libutil.h
+++ b/lib/libutil/libutil.h
@@ -18,7 +18,7 @@
* 5. Modifications may be freely made to this file providing the above
* conditions are met.
*
- * $Id: libutil.h,v 1.21 1998/12/16 17:52:15 bde Exp $
+ * $Id: libutil.h,v 1.21.2.1 1999/05/02 08:50:46 brian Exp $
*/
#ifndef _LIBUTIL_H_
diff --git a/lib/libutil/login.3 b/lib/libutil/login.3
index faec5bb0cd5fa..8c44c709883ff 100644
--- a/lib/libutil/login.3
+++ b/lib/libutil/login.3
@@ -23,7 +23,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $Id$
+.\" $Id: login.3,v 1.4 1997/02/22 15:08:15 peter Exp $
.\" "
.Dd December 29, 1996
.Os
diff --git a/lib/libutil/login.c b/lib/libutil/login.c
index 8ff2d5fe0a6fd..44d0731828abf 100644
--- a/lib/libutil/login.c
+++ b/lib/libutil/login.c
@@ -36,7 +36,7 @@
static char sccsid[] = "@(#)login.c 8.1 (Berkeley) 6/4/93";
#else
static const char rcsid[] =
- "$Id: login.c,v 1.4 1997/08/13 20:42:16 steve Exp $";
+ "$Id: login.c,v 1.5 1998/10/09 11:24:19 jkh Exp $";
#endif
#endif /* LIBC_SCCS and not lint */
diff --git a/lib/libutil/login.conf.5 b/lib/libutil/login.conf.5
index bc26b280688ec..580b332008672 100644
--- a/lib/libutil/login.conf.5
+++ b/lib/libutil/login.conf.5
@@ -17,7 +17,7 @@
.\" 5. Modifications may be freely made to this file providing the above
.\" conditions are met.
.\"
-.\" $Id: login.conf.5,v 1.15 1998/02/21 23:29:59 fenner Exp $
+.\" $Id: login.conf.5,v 1.15.2.1 1999/04/30 18:48:05 hoek Exp $
.\"
.Dd November 22, 1996
.Dt LOGIN.CONF 5
diff --git a/lib/libutil/login_auth.3 b/lib/libutil/login_auth.3
index 4bd718f9e33f3..0a061a11d90d5 100644
--- a/lib/libutil/login_auth.3
+++ b/lib/libutil/login_auth.3
@@ -17,7 +17,7 @@
.\" 5. Modifications may be freely made to this file providing the above
.\" conditions are met.
.\"
-.\" $Id: login_auth.3,v 1.6 1999/04/24 16:30:30 ache Exp $
+.\" $Id: login_auth.3,v 1.5.2.1 1999/04/24 21:49:30 ache Exp $
.\"
.Dd December 29, 1996
.Os FreeBSD
diff --git a/lib/libutil/login_auth.c b/lib/libutil/login_auth.c
index b0c617c38ba50..832259b0ea204 100644
--- a/lib/libutil/login_auth.c
+++ b/lib/libutil/login_auth.c
@@ -25,7 +25,7 @@
*
* Low-level routines relating to the user capabilities database
*
- * $Id: login_auth.c,v 1.8 1997/07/19 04:47:05 davidn Exp $
+ * $Id: login_auth.c,v 1.9 1998/09/16 04:17:47 imp Exp $
*/
#include <sys/types.h>
diff --git a/lib/libutil/login_cap.3 b/lib/libutil/login_cap.3
index 348768897c9f4..225ccdf480925 100644
--- a/lib/libutil/login_cap.3
+++ b/lib/libutil/login_cap.3
@@ -17,7 +17,7 @@
.\" 5. Modifications may be freely made to this file providing the above
.\" conditions are met.
.\"
-.\" $Id: login_cap.3,v 1.9 1998/06/06 05:50:42 jkoshy Exp $
+.\" $Id: login_cap.3,v 1.9.2.1 1999/05/02 08:50:47 brian Exp $
.\"
.Dd December 27, 1996
.Os FreeBSD
diff --git a/lib/libutil/login_cap.c b/lib/libutil/login_cap.c
index d0df419e48e91..64ac9b45450f5 100644
--- a/lib/libutil/login_cap.c
+++ b/lib/libutil/login_cap.c
@@ -25,7 +25,7 @@
*
* Low-level routines relating to the user capabilities database
*
- * $Id: login_cap.c,v 1.14 1997/06/13 22:26:41 davidn Exp $
+ * $Id: login_cap.c,v 1.14.2.1 1999/05/02 08:50:48 brian Exp $
*/
#include <stdio.h>
diff --git a/lib/libutil/login_cap.h b/lib/libutil/login_cap.h
index f38093606d60e..7f3674fa25634 100644
--- a/lib/libutil/login_cap.h
+++ b/lib/libutil/login_cap.h
@@ -22,7 +22,7 @@
* Low-level routines relating to the user capabilities database
*
* Was login_cap.h,v 1.9 1997/05/07 20:00:01 eivind Exp
- * $Id: login_cap.h,v 1.1 1997/05/10 12:49:30 davidn Exp $
+ * $Id: login_cap.h,v 1.2 1997/05/10 18:55:38 davidn Exp $
*/
#ifndef _LOGIN_CAP_H_
diff --git a/lib/libutil/login_class.3 b/lib/libutil/login_class.3
index 9c9a1c66223df..de34665c71cd2 100644
--- a/lib/libutil/login_class.3
+++ b/lib/libutil/login_class.3
@@ -17,7 +17,7 @@
.\" 5. Modifications may be freely made to this file providing the above
.\" conditions are met.
.\"
-.\" $Id: login_class.3,v 1.5 1997/04/13 14:12:48 bde Exp $
+.\" $Id: login_class.3,v 1.6 1998/06/06 05:50:43 jkoshy Exp $
.\"
.Dd December 28, 1996
.Os FreeBSD
diff --git a/lib/libutil/login_class.c b/lib/libutil/login_class.c
index 3887541a409e8..987e1182b4639 100644
--- a/lib/libutil/login_class.c
+++ b/lib/libutil/login_class.c
@@ -21,7 +21,7 @@
*
* High-level routines relating to use of the user capabilities database
*
- * $Id: login_class.c,v 1.9 1998/07/28 01:30:16 ache Exp $
+ * $Id: login_class.c,v 1.10 1998/07/29 14:05:01 ache Exp $
*/
#include <stdio.h>
diff --git a/lib/libutil/login_ok.3 b/lib/libutil/login_ok.3
index f90710f56ad70..4e28562533252 100644
--- a/lib/libutil/login_ok.3
+++ b/lib/libutil/login_ok.3
@@ -17,7 +17,7 @@
.\" 5. Modifications may be freely made to this file providing the above
.\" conditions are met.
.\"
-.\" $Id$
+.\" $Id: login_ok.3,v 1.4 1997/02/22 15:08:22 peter Exp $
.\"
.Dd January 2, 1997
.Os FreeBSD
diff --git a/lib/libutil/login_ok.c b/lib/libutil/login_ok.c
index b0927e41735dd..25d90d4e3e297 100644
--- a/lib/libutil/login_ok.c
+++ b/lib/libutil/login_ok.c
@@ -20,7 +20,7 @@
*
* Support allow/deny lists in login class capabilities
*
- * $Id: login_ok.c,v 1.5 1997/06/16 23:38:01 davidn Exp $
+ * $Id: login_ok.c,v 1.6 1998/10/09 11:24:19 jkh Exp $
*/
#include <stdlib.h>
diff --git a/lib/libutil/login_times.3 b/lib/libutil/login_times.3
index e2e7a3f885034..97c7ce2cc4ac0 100644
--- a/lib/libutil/login_times.3
+++ b/lib/libutil/login_times.3
@@ -17,7 +17,7 @@
.\" 5. Modifications may be freely made to this file providing the above
.\" conditions are met.
.\"
-.\" $Id$
+.\" $Id: login_times.3,v 1.4 1997/02/22 15:08:26 peter Exp $
.\"
.Dd January 2, 1997
.Os FreeBSD
diff --git a/lib/libutil/login_times.c b/lib/libutil/login_times.c
index 84ca397d463ed..ecb6ae5300339 100644
--- a/lib/libutil/login_times.c
+++ b/lib/libutil/login_times.c
@@ -20,7 +20,7 @@
*
* Login period parsing and comparison functions.
*
- * $Id: login_times.c,v 1.5 1997/05/10 18:55:38 davidn Exp $
+ * $Id: login_times.c,v 1.6 1998/10/09 11:24:19 jkh Exp $
*/
#include <stdlib.h>
diff --git a/lib/libutil/login_tty.3 b/lib/libutil/login_tty.3
index 8a4c8fe1b3d8e..b6f341e388c2b 100644
--- a/lib/libutil/login_tty.3
+++ b/lib/libutil/login_tty.3
@@ -23,7 +23,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $Id$
+.\" $Id: login_tty.3,v 1.4 1997/02/22 15:08:27 peter Exp $
.\" "
.Dd December 29, 1996
.Os
diff --git a/lib/libutil/login_tty.c b/lib/libutil/login_tty.c
index 23792d43cbe6d..fdca3370b8087 100644
--- a/lib/libutil/login_tty.c
+++ b/lib/libutil/login_tty.c
@@ -36,7 +36,7 @@
static char sccsid[] = "@(#)login_tty.c 8.1 (Berkeley) 6/4/93";
#else
static const char rcsid[] =
- "$Id: login_tty.c,v 1.4 1998/10/09 00:39:08 jkh Exp $";
+ "$Id: login_tty.c,v 1.5 1998/10/09 11:24:19 jkh Exp $";
#endif
#endif /* LIBC_SCCS and not lint */
diff --git a/lib/libutil/logout.3 b/lib/libutil/logout.3
index 7127e8a2ffa1d..4421b03a0352b 100644
--- a/lib/libutil/logout.3
+++ b/lib/libutil/logout.3
@@ -23,7 +23,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $Id: logout.3,v 1.4 1997/02/22 15:08:28 peter Exp $
+.\" $Id: logout.3,v 1.5 1997/05/11 08:50:32 davidn Exp $
.\" "
.Dd December 29, 1996
.Os
diff --git a/lib/libutil/logout.c b/lib/libutil/logout.c
index e5df7984a1502..f17a99dd7fe03 100644
--- a/lib/libutil/logout.c
+++ b/lib/libutil/logout.c
@@ -36,7 +36,7 @@
static char sccsid[] = "@(#)logout.c 8.1 (Berkeley) 6/4/93";
#else
static const char rcsid[] =
- "$Id: logout.c,v 1.4 1998/10/09 00:39:09 jkh Exp $";
+ "$Id: logout.c,v 1.5 1998/10/09 11:24:19 jkh Exp $";
#endif
#endif /* LIBC_SCCS and not lint */
diff --git a/lib/libutil/logwtmp.3 b/lib/libutil/logwtmp.3
index 496595f33b50f..cd19966fd9f45 100644
--- a/lib/libutil/logwtmp.3
+++ b/lib/libutil/logwtmp.3
@@ -23,7 +23,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $Id: logwtmp.3,v 1.5 1997/05/11 08:50:33 davidn Exp $
+.\" $Id: logwtmp.3,v 1.6 1998/01/16 16:53:30 bde Exp $
.\" "
.Dd December 29, 1996
.Os
diff --git a/lib/libutil/logwtmp.c b/lib/libutil/logwtmp.c
index 918de17a90cb2..3f0029fea9530 100644
--- a/lib/libutil/logwtmp.c
+++ b/lib/libutil/logwtmp.c
@@ -36,7 +36,7 @@
static char sccsid[] = "@(#)logwtmp.c 8.1 (Berkeley) 6/4/93";
#else
static const char rcsid[] =
- "$Id: logwtmp.c,v 1.8 1998/10/09 11:24:19 jkh Exp $";
+ "$Id: logwtmp.c,v 1.8.2.1 1999/05/02 08:50:49 brian Exp $";
#endif
#endif /* LIBC_SCCS and not lint */
diff --git a/lib/libutil/property.3 b/lib/libutil/property.3
index 287ca498fbabe..0f84feae22402 100644
--- a/lib/libutil/property.3
+++ b/lib/libutil/property.3
@@ -23,7 +23,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $Id: property.3,v 1.4 1998/11/22 13:20:09 jkh Exp $
+.\" $Id: property.3,v 1.4.2.1 1999/05/02 08:50:50 brian Exp $
.\" "
.Dd October 7, 1998
.Os
diff --git a/lib/libutil/pty.3 b/lib/libutil/pty.3
index 74c8f97471bf7..c19eeaf423dab 100644
--- a/lib/libutil/pty.3
+++ b/lib/libutil/pty.3
@@ -23,7 +23,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $Id$
+.\" $Id: pty.3,v 1.6 1997/02/22 15:08:31 peter Exp $
.\" "
.Dd December 29, 1996
.Os
diff --git a/lib/libutil/pty.c b/lib/libutil/pty.c
index 839c1b704afc7..63b7a1898434f 100644
--- a/lib/libutil/pty.c
+++ b/lib/libutil/pty.c
@@ -36,7 +36,7 @@
static char sccsid[] = "@(#)pty.c 8.3 (Berkeley) 5/16/94";
#else
static const char rcsid[] =
- "$Id: pty.c,v 1.7 1997/08/13 20:42:18 steve Exp $";
+ "$Id: pty.c,v 1.8 1998/10/09 11:24:20 jkh Exp $";
#endif
#endif /* LIBC_SCCS and not lint */
diff --git a/lib/libutil/realhostname.3 b/lib/libutil/realhostname.3
index bd66bf1ca5c61..3b4a1ae5af9f5 100644
--- a/lib/libutil/realhostname.3
+++ b/lib/libutil/realhostname.3
@@ -22,7 +22,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $Id: realhostname.3,v 1.1 1999/04/06 23:02:35 brian Exp $
+.\" $Id: realhostname.3,v 1.1.2.1 1999/05/02 08:50:51 brian Exp $
.\"
.Dd April 6, 1999
.Os
diff --git a/lib/libutil/realhostname.c b/lib/libutil/realhostname.c
index 340be97d96202..8f9410ebab2be 100644
--- a/lib/libutil/realhostname.c
+++ b/lib/libutil/realhostname.c
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: realhostname.c,v 1.2 1999/04/07 08:26:50 brian Exp $
+ * $Id: realhostname.c,v 1.2.2.1 1999/05/02 08:50:52 brian Exp $
*/
#include <sys/param.h>
diff --git a/lib/libutil/setproctitle.3 b/lib/libutil/setproctitle.3
index 25e91621deb88..ce48c371ef3c7 100644
--- a/lib/libutil/setproctitle.3
+++ b/lib/libutil/setproctitle.3
@@ -17,7 +17,7 @@
.\" 5. Modifications may be freely made to this file providing the above
.\" conditions are met.
.\"
-.\" $Id: setproctitle.3,v 1.9 1997/05/11 08:50:33 davidn Exp $
+.\" $Id: setproctitle.3,v 1.10 1998/03/19 07:34:19 charnier Exp $
.\"
.\" The following requests are required for all man pages.
.Dd December 16, 1995
diff --git a/lib/libutil/setproctitle.c b/lib/libutil/setproctitle.c
index 3bce42074da8f..7c96d4fdd6cd7 100644
--- a/lib/libutil/setproctitle.c
+++ b/lib/libutil/setproctitle.c
@@ -14,7 +14,7 @@
* 3. Absolutely no warranty of function or purpose is made by the author
* Peter Wemm.
*
- * $Id: setproctitle.c,v 1.7 1998/04/28 07:02:33 dg Exp $
+ * $Id: setproctitle.c,v 1.8 1998/12/16 17:34:05 bde Exp $
*/
#include <sys/types.h>
diff --git a/lib/libutil/trimdomain.3 b/lib/libutil/trimdomain.3
index 8f81ab0eb1884..88d3e15622de5 100644
--- a/lib/libutil/trimdomain.3
+++ b/lib/libutil/trimdomain.3
@@ -22,7 +22,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $Id: trimdomain.3,v 1.2 1999/04/09 01:54:10 brian Exp $
+.\" $Id: trimdomain.3,v 1.2.2.1 1999/05/02 08:50:53 brian Exp $
.\"
.Dd April 7, 1999
.Os
diff --git a/lib/libutil/uucplock.3 b/lib/libutil/uucplock.3
index 563323ce15dbc..ef4a75108e648 100644
--- a/lib/libutil/uucplock.3
+++ b/lib/libutil/uucplock.3
@@ -23,7 +23,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $Id: uucplock.3,v 1.10 1997/10/07 07:24:50 joerg Exp $
+.\" $Id: uucplock.3,v 1.11 1998/05/28 23:17:08 brian Exp $
.\" "
.Dd March 30, 1997
.Os
diff --git a/lib/libutil/uucplock.c b/lib/libutil/uucplock.c
index f6b303ff64dd2..a9146fa184d1c 100644
--- a/lib/libutil/uucplock.c
+++ b/lib/libutil/uucplock.c
@@ -30,7 +30,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: uucplock.c,v 1.10 1998/06/10 00:16:28 brian Exp $
+ * $Id: uucplock.c,v 1.10.2.1 1999/03/11 09:10:04 brian Exp $
*
*/