doc/ja_JP.eucJP/man/man9/fetch.9
Kazuo Horikawa b61248eed2 Use uniform expressions for following terms:
configuration file, entry, index, interface, master, member, overhead,
overflow, override, overrun, parameter, permission, prefix, quote,
server, superblock, superuser, supervisor, switch, user, window, and zero.

Inspired by:	script made by nekurai@be.to
2002-12-16 03:22:09 +00:00

91 lines
2.9 KiB
Groff

.\" %NetBSD: fetch.9,v 1.2 1996/01/09 21:59:24 perry Exp %
.\"
.\" Copyright (c) 1996 Jason R. Thorpe.
.\" All rights reserved.
.\"
.\" This code is derived from software contributed by Kenneth Stailey.
.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
.\" are met:
.\" 1. Redistributions of source code must retain the above copyright
.\" notice, this list of conditions and the following disclaimer.
.\" 2. Redistributions in binary form must reproduce the above copyright
.\" notice, this list of conditions and the following disclaimer in the
.\" documentation and/or other materials provided with the distribution.
.\" 3. All advertising materials mentioning features or use of this software
.\" must display the following acknowledgement:
.\" This product includes software developed for the NetBSD Project
.\" by Jason R. Thorpe.
.\" 4. The name of the author may not be used to endorse or promote products
.\" derived from this software without specific prior written permission.
.\"
.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
.\" BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
.\" LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
.\" AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
.\" OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
.\" %FreeBSD: src/share/man/man9/fetch.9,v 1.10 2001/10/01 16:09:24 ru Exp %
.\" $FreeBSD$
.\"
.Dd January 7, 1996
.Dt FETCH 9
.Os
.Sh ̾¾Î
.Nm fetch ,
.Nm fubyte ,
.Nm fusword ,
.Nm fuswintr ,
.Nm fuword
.Nd ¥æ¡¼¥¶¶õ´Ö¤«¤é¤Î¥Ç¡¼¥¿¤Î¼è¤ê½Ð¤·
.Sh ½ñ¼°
.In sys/types.h
.In sys/time.h
.In sys/systm.h
.In sys/resourcevar.h
.Ft int
.Fn fubyte "const void *base"
.Ft int
.Fn fusword "void *base"
.Ft int
.Fn fuswintr "void *base"
.Ft long
.Fn fuword "const void *base"
.Sh ²òÀâ
.Nm
´Ø¿ô·²¤Ï¥æ¡¼¥¶¶õ´Ö¤«¤é¾®¤µ¤Ê¥Ç¡¼¥¿¤ò¥³¥Ô¡¼¤¹¤ë¤è¤¦¤Ë¥Ç¥¶¥¤¥ó¤µ¤ì¤Æ¤¤¤Þ¤¹¡£
.Pp
.Nm
¥ë¡¼¥Á¥ó¤Ï°Ê²¼¤Îµ¡Ç½¤òÄ󶡤·¤Þ¤¹¡£
.Bl -tag -width "fuswintr()"
.It Fn fubyte
¥æ¡¼¥¶¶õ´Ö¤Î¥¢¥É¥ì¥¹
.Pa base
¤«¤é 1 ¥Ð¥¤¥È¤Î¥Ç¡¼¥¿¤ò¼è¤ê½Ð¤·¤Þ¤¹¡£
.It Fn fusword
¥æ¡¼¥¶¶õ´Ö¤Î¥¢¥É¥ì¥¹
.Pa base
¤«¤é 1 ¥·¥ç¡¼¥È¥ï¡¼¥É¤Î¥Ç¡¼¥¿¤ò¼è¤ê½Ð¤·¤Þ¤¹¡£
.It Fn fuswintr
¥æ¡¼¥¶¶õ´Ö¤Î¥¢¥É¥ì¥¹
.Pa base
¤«¤é 1 ¥·¥ç¡¼¥È¥ï¡¼¥É¥Ç¡¼¥¿¤ò¼è¤ê½Ð¤·¤Þ¤¹¡£
¤³¤Î´Ø¿ô¤Ï³ä¤ê¹þ¤ß¥³¥ó¥Æ¥­¥¹¥ÈÃæ¤Ç¤â°ÂÁ´¤Ë¸Æ¤Ó½Ð¤»¤Þ¤¹¡£
.It Fn fuword
¥æ¡¼¥¶¶õ´Ö¤Î¥¢¥É¥ì¥¹
.Pa base
¤«¤é 1 ¥ï¡¼¥É¤Î¥Ç¡¼¥¿¤ò¼è¤ê½Ð¤·¤Þ¤¹¡£
.El
.Sh Ìá¤êÃÍ
.Nm
´Ø¿ô¤Ï¼è¤ê½Ð¤·¤¿¥Ç¡¼¥¿¤òÊÖ¤·¤Þ¤¹¤¬¡¢¼ºÇÔ¤·¤¿¾ì¹ç¤Ï -1 ¤òÊÖ¤·¤Þ¤¹¡£
.Sh ´ØÏ¢¹àÌÜ
.Xr copy 9 ,
.Xr store 9