Sync with 4.4lite2.
This commit is contained in:
parent
62803f0235
commit
08f6147534
@ -1,5 +1,5 @@
|
||||
# from: @(#)Makefile 5.2 (Berkeley) 5/11/90
|
||||
# $Id: Makefile,v 1.2 1993/07/31 15:18:22 mycroft Exp $
|
||||
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
||||
# $NetBSD: Makefile,v 1.3 1995/08/31 23:35:23 jtc Exp $
|
||||
|
||||
PROG= nohup
|
||||
|
||||
|
@ -1,5 +1,7 @@
|
||||
.\" Copyright (c) 1989, 1990 The Regents of the University of California.
|
||||
.\" All rights reserved.
|
||||
.\" $NetBSD: nohup.1,v 1.5 1995/08/31 23:35:24 jtc Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1989, 1990, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
.\"
|
||||
.\" This code is derived from software contributed to Berkeley by
|
||||
.\" the Institute of Electrical and Electronics Engineers, Inc.
|
||||
@ -32,10 +34,9 @@
|
||||
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" from: @(#)nohup.1 6.8 (Berkeley) 7/27/91
|
||||
.\" $Id: nohup.1,v 1.4 1994/01/11 18:24:55 jtc Exp $
|
||||
.\" @(#)nohup.1 8.1 (Berkeley) 6/6/93
|
||||
.\"
|
||||
.Dd July 27, 1991
|
||||
.Dd June 6, 1993
|
||||
.Dt NOHUP 1
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
@ -1,3 +1,5 @@
|
||||
/* $NetBSD: nohup.c,v 1.6 1995/08/31 23:35:25 jtc Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1989 The Regents of the University of California.
|
||||
* All rights reserved.
|
||||
@ -38,8 +40,10 @@ char copyright[] =
|
||||
#endif /* not lint */
|
||||
|
||||
#ifndef lint
|
||||
/*static char sccsid[] = "from: @(#)nohup.c 5.4 (Berkeley) 6/1/90";*/
|
||||
static char rcsid[] = "$Id: nohup.c,v 1.5 1995/06/27 00:20:24 jtc Exp $";
|
||||
#if 0
|
||||
static char sccsid[] = "@(#)nohup.c 5.4 (Berkeley) 6/1/90";
|
||||
#endif
|
||||
static char rcsid[] = "$NetBSD: nohup.c,v 1.6 1995/08/31 23:35:25 jtc Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
#include <sys/param.h>
|
||||
|
Loading…
Reference in New Issue
Block a user