Drop trailing whitespace.
This commit is contained in:
parent
f4322a16e4
commit
d33e4d47b8
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: config.9,v 1.20 2004/09/02 11:33:24 jmmv Exp $
|
||||
.\" $NetBSD: config.9,v 1.21 2004/12/15 15:37:01 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
@ -290,7 +290,7 @@ Include contents of file
|
||||
to currently processed configuration.
|
||||
If the specified
|
||||
.Ar filename
|
||||
doesn't exist,
|
||||
doesn't exist,
|
||||
.Xr config 8
|
||||
exits with error.
|
||||
.It package Ar filename
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: mbuf.9,v 1.31 2004/12/12 21:04:16 spz Exp $
|
||||
.\" $NetBSD: mbuf.9,v 1.32 2004/12/15 15:37:01 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1997 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
@ -512,32 +512,32 @@ This function does not move data in any way, but is used to manipulate the
|
||||
data area pointer and data length variable of the mbuf in a non-clobbering
|
||||
way.
|
||||
.It Fn m_apply "struct mbuf *m" "int off" "int len" "int (*f)(void *, caddr_t, unsigned int)" "void *arg"
|
||||
Apply function
|
||||
.Fa f
|
||||
to the data in an mbuf chain starting
|
||||
.Fa off
|
||||
bytes from the beginning, continuing for
|
||||
.Fa len
|
||||
Apply function
|
||||
.Fa f
|
||||
to the data in an mbuf chain starting
|
||||
.Fa off
|
||||
bytes from the beginning, continuing for
|
||||
.Fa len
|
||||
bytes. Neither
|
||||
.Fa off
|
||||
.Fa off
|
||||
nor
|
||||
.Fa len
|
||||
may be negative.
|
||||
.Fa arg
|
||||
.Fa len
|
||||
may be negative.
|
||||
.Fa arg
|
||||
will be supplied as first argument for
|
||||
.Fa f ,
|
||||
the second argument will be the pointer to the data buffer of a
|
||||
packet (starting after
|
||||
packet (starting after
|
||||
.Fa off
|
||||
bytes in the stream), and the third argument is the amount
|
||||
bytes in the stream), and the third argument is the amount
|
||||
of data in bytes in this call. If
|
||||
.Fa f
|
||||
returns something not equal to
|
||||
.Dv zero
|
||||
.Fn m_apply
|
||||
.Fa f
|
||||
returns something not equal to
|
||||
.Dv zero
|
||||
.Fn m_apply
|
||||
will bail out, returning the return code of
|
||||
.Fa f .
|
||||
Upon successful completion it will return
|
||||
Upon successful completion it will return
|
||||
.Dv zero .
|
||||
.It Fn m_free "struct mbuf *m"
|
||||
Frees mbuf
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: signal.9,v 1.10 2004/01/08 09:14:35 wiz Exp $
|
||||
.\" $NetBSD: signal.9,v 1.11 2004/12/15 15:37:01 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1996, 2002 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
@ -288,7 +288,7 @@ Sends the signal
|
||||
caused by a hardware trap to the process
|
||||
.Fa p .
|
||||
This function is meant to be called by machine-dependent trap handling
|
||||
code, through the
|
||||
code, through the
|
||||
.Dv p->p_emul->e_trapsignal
|
||||
function pointer because some emulations define their own trapsignal
|
||||
functions that remap the signal information to what the emulation
|
||||
|
Loading…
Reference in New Issue
Block a user