Date: Wed, 25 Jul 2001 17:36:11 -0700 (PDT) From: Kazuo Horikawa <horikawa@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/man/man3 _secure_path.3 abort.3 abs.3 acos.3 acosh.3 addr2ascii.3 alarm.3 alloca.3 asin.3 asinh.3 assert.3 atan.3 atanh.3 atexit.3 atof.3 atoi.3 atol.3 bcmp.3 bcopy.3 bsearch.3 bstring.3 byteorder.3 bzero.3 calendar.3 ... Message-ID: <200107260036.f6Q0aBT53499@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
horikawa 2001/07/25 17:36:11 PDT
Modified files:
ja_JP.eucJP/man/man3 _secure_path.3 abort.3 abs.3 acos.3
acosh.3 addr2ascii.3 alarm.3 alloca.3
asin.3 asinh.3 assert.3 atan.3 atanh.3
atexit.3 atof.3 atoi.3 atol.3 bcmp.3
bcopy.3 bsearch.3 bstring.3 byteorder.3
bzero.3 calendar.3 catclose.3 catgets.3
catopen.3 ceil.3 cos.3 cosh.3 fabs.3
fclose.3 fflush.3 floor.3 ieee.3
ieee_test.3 popen.3 pthread.3
pthread_cleanup_pop.3
pthread_cleanup_push.3
pthread_cond_broadcast.3
pthread_cond_destroy.3
pthread_cond_init.3 pthread_cond_signal.3
pthread_cond_timedwait.3
pthread_cond_wait.3 pthread_create.3
pthread_detach.3 pthread_equal.3
pthread_exit.3 pthread_getspecific.3
pthread_join.3 pthread_key_create.3
pthread_key_delete.3
pthread_mutex_destroy.3
pthread_mutex_init.3 pthread_mutex_lock.3
pthread_mutex_trylock.3
pthread_mutex_unlock.3 pthread_once.3
pthread_rwlock_destroy.3
pthread_rwlock_init.3
pthread_rwlock_rdlock.3
pthread_rwlock_unlock.3
pthread_rwlock_wrlock.3
pthread_rwlockattr_destroy.3
pthread_rwlockattr_getpshared.3
pthread_rwlockattr_init.3
pthread_rwlockattr_setpshared.3
pthread_self.3 pthread_setspecific.3
rint.3 setlocale.3 sin.3 sinh.3 sqrt.3
strcasecmp.3 strcat.3 strchr.3 strcmp.3
strcoll.3 strcpy.3 strcspn.3 strdup.3
strerror.3 strftime.3 string.3
stringlist.3 strlen.3 strmode.3 strpbrk.3
strptime.3 strrchr.3 strsep.3 strspn.3
strstr.3 strtod.3 strtok.3 strtol.3
strtoul.3 strxfrm.3 system.3 tan.3 tanh.3
Log:
Catch up with somewhat recent RELENG_4 section 3
Submitted by:FreeBSD jpman project members <man-jp@jp.FreeBSD.org>
Revision Changes Path
1.4 +19 -17 doc/ja_JP.eucJP/man/man3/_secure_path.3
1.4 +8 -6 doc/ja_JP.eucJP/man/man3/abort.3
1.4 +13 -13 doc/ja_JP.eucJP/man/man3/abs.3
1.4 +19 -24 doc/ja_JP.eucJP/man/man3/acos.3
1.4 +16 -19 doc/ja_JP.eucJP/man/man3/acosh.3
1.3 +53 -57 doc/ja_JP.eucJP/man/man3/addr2ascii.3
1.4 +24 -18 doc/ja_JP.eucJP/man/man3/alarm.3
1.3 +11 -8 doc/ja_JP.eucJP/man/man3/alloca.3
1.4 +22 -23 doc/ja_JP.eucJP/man/man3/asin.3
1.4 +10 -10 doc/ja_JP.eucJP/man/man3/asinh.3
1.4 +17 -15 doc/ja_JP.eucJP/man/man3/assert.3
1.4 +13 -14 doc/ja_JP.eucJP/man/man3/atan.3
1.4 +17 -25 doc/ja_JP.eucJP/man/man3/atanh.3
1.3 +24 -19 doc/ja_JP.eucJP/man/man3/atexit.3
1.3 +9 -7 doc/ja_JP.eucJP/man/man3/atof.3
1.3 +9 -7 doc/ja_JP.eucJP/man/man3/atoi.3
1.3 +9 -7 doc/ja_JP.eucJP/man/man3/atol.3
1.3 +15 -15 doc/ja_JP.eucJP/man/man3/bcmp.3
1.3 +10 -8 doc/ja_JP.eucJP/man/man3/bcopy.3
1.3 +19 -23 doc/ja_JP.eucJP/man/man3/bsearch.3
1.3 +24 -27 doc/ja_JP.eucJP/man/man3/bstring.3
1.3 +15 -17 doc/ja_JP.eucJP/man/man3/byteorder.3
1.3 +11 -10 doc/ja_JP.eucJP/man/man3/bzero.3
1.4 +22 -35 doc/ja_JP.eucJP/man/man3/calendar.3
1.4 +23 -8 doc/ja_JP.eucJP/man/man3/catclose.3
1.4 +18 -17 doc/ja_JP.eucJP/man/man3/catgets.3
1.4 +77 -33 doc/ja_JP.eucJP/man/man3/catopen.3
1.4 +10 -10 doc/ja_JP.eucJP/man/man3/ceil.3
1.4 +12 -13 doc/ja_JP.eucJP/man/man3/cos.3
1.4 +10 -9 doc/ja_JP.eucJP/man/man3/cosh.3
1.4 +10 -9 doc/ja_JP.eucJP/man/man3/fabs.3
1.3 +24 -14 doc/ja_JP.eucJP/man/man3/fclose.3
1.3 +26 -16 doc/ja_JP.eucJP/man/man3/fflush.3
1.4 +11 -10 doc/ja_JP.eucJP/man/man3/floor.3
1.4 +37 -40 doc/ja_JP.eucJP/man/man3/ieee.3
1.4 +26 -30 doc/ja_JP.eucJP/man/man3/ieee_test.3
1.3 +62 -47 doc/ja_JP.eucJP/man/man3/popen.3
1.4 +359 -162 doc/ja_JP.eucJP/man/man3/pthread.3
1.3 +17 -13 doc/ja_JP.eucJP/man/man3/pthread_cleanup_pop.3
1.3 +17 -12 doc/ja_JP.eucJP/man/man3/pthread_cleanup_push.3
1.3 +17 -12 doc/ja_JP.eucJP/man/man3/pthread_cond_broadcast.3
1.3 +17 -14 doc/ja_JP.eucJP/man/man3/pthread_cond_destroy.3
1.3 +19 -20 doc/ja_JP.eucJP/man/man3/pthread_cond_init.3
1.3 +16 -15 doc/ja_JP.eucJP/man/man3/pthread_cond_signal.3
1.3 +28 -26 doc/ja_JP.eucJP/man/man3/pthread_cond_timedwait.3
1.3 +23 -23 doc/ja_JP.eucJP/man/man3/pthread_cond_wait.3
1.4 +35 -39 doc/ja_JP.eucJP/man/man3/pthread_create.3
1.3 +26 -26 doc/ja_JP.eucJP/man/man3/pthread_detach.3
1.3 +14 -17 doc/ja_JP.eucJP/man/man3/pthread_equal.3
1.3 +36 -35 doc/ja_JP.eucJP/man/man3/pthread_exit.3
1.4 +20 -22 doc/ja_JP.eucJP/man/man3/pthread_getspecific.3
1.3 +35 -36 doc/ja_JP.eucJP/man/man3/pthread_join.3
1.3 +42 -51 doc/ja_JP.eucJP/man/man3/pthread_key_create.3
1.3 +31 -27 doc/ja_JP.eucJP/man/man3/pthread_key_delete.3
1.3 +17 -16 doc/ja_JP.eucJP/man/man3/pthread_mutex_destroy.3
1.3 +20 -26 doc/ja_JP.eucJP/man/man3/pthread_mutex_init.3
1.3 +21 -13 doc/ja_JP.eucJP/man/man3/pthread_mutex_lock.3
1.3 +21 -16 doc/ja_JP.eucJP/man/man3/pthread_mutex_trylock.3
1.3 +18 -13 doc/ja_JP.eucJP/man/man3/pthread_mutex_unlock.3
1.3 +39 -33 doc/ja_JP.eucJP/man/man3/pthread_once.3
1.4 +22 -17 doc/ja_JP.eucJP/man/man3/pthread_rwlock_destroy.3
1.4 +28 -23 doc/ja_JP.eucJP/man/man3/pthread_rwlock_init.3
1.4 +42 -34 doc/ja_JP.eucJP/man/man3/pthread_rwlock_rdlock.3
1.4 +24 -20 doc/ja_JP.eucJP/man/man3/pthread_rwlock_unlock.3
1.4 +31 -26 doc/ja_JP.eucJP/man/man3/pthread_rwlock_wrlock.3
1.4 +16 -11 doc/ja_JP.eucJP/man/man3/pthread_rwlockattr_destroy.3
1.4 +28 -23 doc/ja_JP.eucJP/man/man3/pthread_rwlockattr_getpshared.3
1.4 +16 -15 doc/ja_JP.eucJP/man/man3/pthread_rwlockattr_init.3
1.4 +26 -24 doc/ja_JP.eucJP/man/man3/pthread_rwlockattr_setpshared.3
1.3 +11 -6 doc/ja_JP.eucJP/man/man3/pthread_self.3
1.3 +31 -25 doc/ja_JP.eucJP/man/man3/pthread_setspecific.3
1.4 +9 -10 doc/ja_JP.eucJP/man/man3/rint.3
1.3 +79 -105 doc/ja_JP.eucJP/man/man3/setlocale.3
1.4 +13 -12 doc/ja_JP.eucJP/man/man3/sin.3
1.4 +17 -15 doc/ja_JP.eucJP/man/man3/sinh.3
1.4 +36 -42 doc/ja_JP.eucJP/man/man3/sqrt.3
1.3 +10 -6 doc/ja_JP.eucJP/man/man3/strcasecmp.3
1.3 +10 -5 doc/ja_JP.eucJP/man/man3/strcat.3
1.3 +7 -6 doc/ja_JP.eucJP/man/man3/strchr.3
1.3 +9 -6 doc/ja_JP.eucJP/man/man3/strcmp.3
1.3 +8 -5 doc/ja_JP.eucJP/man/man3/strcoll.3
1.3 +9 -5 doc/ja_JP.eucJP/man/man3/strcpy.3
1.3 +15 -10 doc/ja_JP.eucJP/man/man3/strcspn.3
1.4 +10 -8 doc/ja_JP.eucJP/man/man3/strdup.3
1.3 +11 -8 doc/ja_JP.eucJP/man/man3/strerror.3
1.3 +50 -36 doc/ja_JP.eucJP/man/man3/strftime.3
1.4 +7 -5 doc/ja_JP.eucJP/man/man3/string.3
1.4 +6 -2 doc/ja_JP.eucJP/man/man3/stringlist.3
1.3 +6 -3 doc/ja_JP.eucJP/man/man3/strlen.3
1.3 +26 -23 doc/ja_JP.eucJP/man/man3/strmode.3
1.3 +6 -5 doc/ja_JP.eucJP/man/man3/strpbrk.3
1.4 +114 -7 doc/ja_JP.eucJP/man/man3/strptime.3
1.3 +6 -5 doc/ja_JP.eucJP/man/man3/strrchr.3
1.3 +16 -4 doc/ja_JP.eucJP/man/man3/strsep.3
1.3 +7 -6 doc/ja_JP.eucJP/man/man3/strspn.3
1.3 +7 -6 doc/ja_JP.eucJP/man/man3/strstr.3
1.3 +16 -12 doc/ja_JP.eucJP/man/man3/strtod.3
1.3 +26 -18 doc/ja_JP.eucJP/man/man3/strtok.3
1.3 +48 -18 doc/ja_JP.eucJP/man/man3/strtol.3
1.3 +50 -24 doc/ja_JP.eucJP/man/man3/strtoul.3
1.3 +52 -11 doc/ja_JP.eucJP/man/man3/strxfrm.3
1.3 +26 -17 doc/ja_JP.eucJP/man/man3/system.3
1.4 +13 -22 doc/ja_JP.eucJP/man/man3/tan.3
1.4 +12 -19 doc/ja_JP.eucJP/man/man3/tanh.3
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200107260036.f6Q0aBT53499>
