Fix doubled 'the' in comment.
This commit is contained in:
parent
fe277f0e79
commit
1594850f00
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: file_subs.c,v 1.17 2000/02/17 03:12:24 itohy Exp $ */
|
||||
/* $NetBSD: file_subs.c,v 1.18 2000/03/13 22:46:59 soren Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1992 Keith Muller.
|
||||
@ -42,7 +42,7 @@
|
||||
#if 0
|
||||
static char sccsid[] = "@(#)file_subs.c 8.1 (Berkeley) 5/31/93";
|
||||
#else
|
||||
__RCSID("$NetBSD: file_subs.c,v 1.17 2000/02/17 03:12:24 itohy Exp $");
|
||||
__RCSID("$NetBSD: file_subs.c,v 1.18 2000/03/13 22:46:59 soren Exp $");
|
||||
#endif
|
||||
#endif /* not lint */
|
||||
|
||||
@ -693,8 +693,8 @@ chk_path(name, st_uid, st_gid)
|
||||
|
||||
/*
|
||||
* set_ftime()
|
||||
* Set the access time and modification time for a named file. If frc is
|
||||
* non-zero we force these times to be set even if the the user did not
|
||||
* Set the access time and modification time for a named file. If frc
|
||||
* is non-zero we force these times to be set even if the user did not
|
||||
* request access and/or modification time preservation (this is also
|
||||
* used by -t to reset access times).
|
||||
* When ign is zero, only those times the user has asked for are set, the
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: expand.c,v 1.48 1999/07/09 03:05:50 christos Exp $ */
|
||||
/* $NetBSD: expand.c,v 1.49 2000/03/13 22:47:19 soren Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1991, 1993
|
||||
@ -41,7 +41,7 @@
|
||||
#if 0
|
||||
static char sccsid[] = "@(#)expand.c 8.5 (Berkeley) 5/15/95";
|
||||
#else
|
||||
__RCSID("$NetBSD: expand.c,v 1.48 1999/07/09 03:05:50 christos Exp $");
|
||||
__RCSID("$NetBSD: expand.c,v 1.49 2000/03/13 22:47:19 soren Exp $");
|
||||
#endif
|
||||
#endif /* not lint */
|
||||
|
||||
@ -912,7 +912,7 @@ numvar:
|
||||
|
||||
|
||||
/*
|
||||
* Record the the fact that we have to scan this region of the
|
||||
* Record the fact that we have to scan this region of the
|
||||
* string for IFS characters.
|
||||
*/
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: prtable.c,v 1.5 1999/09/08 21:17:45 jsm Exp $ */
|
||||
/* $NetBSD: prtable.c,v 1.6 2000/03/13 22:49:31 soren Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1993
|
||||
@ -40,7 +40,7 @@
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
#ifndef lint
|
||||
__RCSID("$NetBSD: prtable.c,v 1.5 1999/09/08 21:17:45 jsm Exp $");
|
||||
__RCSID("$NetBSD: prtable.c,v 1.6 2000/03/13 22:49:31 soren Exp $");
|
||||
#endif /* not lint */
|
||||
|
||||
#include <curses.h>
|
||||
@ -63,7 +63,7 @@ static int get_maxlen __P((const char *const [], int, int (*)(const char *const
|
||||
* length - address of the routine to call to determine the length
|
||||
* of string to be printed
|
||||
*
|
||||
* prtable and length are called with the the address of the base and
|
||||
* prtable and length are called with the address of the base and
|
||||
* an index
|
||||
*/
|
||||
void
|
||||
|
Loading…
Reference in New Issue
Block a user