s/ are are / are /
s/ a a / a /
This commit is contained in:
parent
8cbebd4130
commit
659e7a3c69
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: mpool.3,v 1.10 2010/12/16 11:49:35 jruoho Exp $
|
||||
.\" $NetBSD: mpool.3,v 1.11 2019/03/08 08:35:58 msaitoh Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1990, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@ -116,7 +116,7 @@ If the
|
||||
.Fa pgout
|
||||
function is specified, it is called each time a buffer is written into
|
||||
the backing file.
|
||||
Both functions are are called with the
|
||||
Both functions are called with the
|
||||
.Fa pgcookie
|
||||
pointer, the page number and a pointer to the page to being read or
|
||||
written.
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $Id: if_ae.c,v 1.32 2019/01/22 03:42:25 msaitoh Exp $ */
|
||||
/* $Id: if_ae.c,v 1.33 2019/03/08 08:35:58 msaitoh Exp $ */
|
||||
/*-
|
||||
* Copyright (c) 2006 Urbana-Champaign Independent Media Center.
|
||||
* Copyright (c) 2006 Garrett D'Amore.
|
||||
@ -91,14 +91,14 @@
|
||||
* for TCP/IP. (Aligning IP headers on a word.)
|
||||
*
|
||||
* 2) There is stuff in original tulip to shut down the device when reacting
|
||||
* to a a change in link status. Is that needed.
|
||||
* to a change in link status. Is that needed.
|
||||
*
|
||||
* 3) Test with variety of 10/100 HDX/FDX scenarios.
|
||||
*
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: if_ae.c,v 1.32 2019/01/22 03:42:25 msaitoh Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: if_ae.c,v 1.33 2019/03/08 08:35:58 msaitoh Exp $");
|
||||
|
||||
|
||||
#include <sys/param.h>
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: scsi_changer.h,v 1.20 2005/12/11 12:23:50 christos Exp $ */
|
||||
/* $NetBSD: scsi_changer.h,v 1.21 2019/03/08 08:35:58 msaitoh Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1996, 1999 Jason R. Thorpe <thorpej@and.com>
|
||||
@ -368,7 +368,7 @@ struct page_device_capabilities {
|
||||
* Some of these fields can be a little confusing, so an explanation
|
||||
* is in order.
|
||||
*
|
||||
* Each component within a a medium changer apparatus is called an
|
||||
* Each component within a medium changer apparatus is called an
|
||||
* "element".
|
||||
*
|
||||
* The "medium transport element address" is the address of the first
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: ses.c,v 1.50 2016/11/20 15:37:19 mlelstv Exp $ */
|
||||
/* $NetBSD: ses.c,v 1.51 2019/03/08 08:35:58 msaitoh Exp $ */
|
||||
/*
|
||||
* Copyright (C) 2000 National Aeronautics & Space Administration
|
||||
* All rights reserved.
|
||||
@ -26,7 +26,7 @@
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: ses.c,v 1.50 2016/11/20 15:37:19 mlelstv Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: ses.c,v 1.51 2019/03/08 08:35:58 msaitoh Exp $");
|
||||
|
||||
#ifdef _KERNEL_OPT
|
||||
#include "opt_scsi.h"
|
||||
@ -552,7 +552,7 @@ ses_log(struct ses_softc *ssc, const char *fmt, ...)
|
||||
/*
|
||||
* Is this a device that supports enclosure services?
|
||||
*
|
||||
* It's a a pretty simple ruleset- if it is device type 0x0D (13), it's
|
||||
* It's a pretty simple ruleset- if it is device type 0x0D (13), it's
|
||||
* an SES device. If it happens to be an old UNISYS SEN device, we can
|
||||
* handle that too.
|
||||
*/
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: t_rquotad.sh,v 1.5 2016/08/10 23:25:39 kre Exp $
|
||||
# $NetBSD: t_rquotad.sh,v 1.6 2019/03/08 08:35:58 msaitoh Exp $
|
||||
#
|
||||
# Copyright (c) 2011 Manuel Bouyer
|
||||
# All rights reserved.
|
||||
@ -54,7 +54,7 @@ get_nfs_quota()
|
||||
;;
|
||||
esac
|
||||
|
||||
#start a a nfs server
|
||||
#start a nfs server
|
||||
|
||||
atf_check -s exit:0 rump_server -lrumpvfs -lrumpdev -lrumpnet \
|
||||
-lrumpnet_net -lrumpnet_netinet -lrumpnet_netinet6 \
|
||||
|
Loading…
Reference in New Issue
Block a user