From owner-man-jp-reviewer@jp.FreeBSD.org Tue May 24 23:55:54 2005
Received: (from daemon@localhost)
	by castle.jp.FreeBSD.org (8.11.6p2+3.4W/8.11.3) id j4OEtsO51353;
	Tue, 24 May 2005 23:55:54 +0900 (JST)
	(envelope-from owner-man-jp-reviewer@jp.FreeBSD.org)
Received: from t-mta3.odn.ne.jp (mfep3.odn.ne.jp [143.90.131.181])
	by castle.jp.FreeBSD.org (8.11.6p2+3.4W/8.11.3) with ESMTP/inet id j4OEtsX51348
	for <man-jp-reviewer@jp.FreeBSD.org>; Tue, 24 May 2005 23:55:54 +0900 (JST)
	(envelope-from n-kogane@syd.odn.ne.jp)
Received: from kces6.koganemaru.co.jp ([218.218.119.128])
          by t-mta3.odn.ne.jp with ESMTP
          id <20050524145553707.TDJK.496069.t-mta3.odn.ne.jp@mta3.odn.ne.jp>
          for <man-jp-reviewer@jp.FreeBSD.org>;
          Tue, 24 May 2005 23:55:53 +0900
Received: by kces6.koganemaru.co.jp (Postfix, from userid 100)
	id 9AEDC10337; Tue, 24 May 2005 23:56:49 +0900 (JST)
To: man-jp-reviewer@jp.FreeBSD.org
MIME-Version: 1.0 (generated by MimeKit/1.8)
Content-Type: text/plain; charset=ISO-2022-JP
Message-Id: <20050524145649.9AEDC10337@kces6.koganemaru.co.jp>
From: n-kogane@syd.odn.ne.jp (Nobuyuki Koganemaru)
Reply-To: man-jp-reviewer@jp.FreeBSD.org
Precedence: list
Date: Tue, 24 May 2005 23:56:49 +0900
X-Sequence: man-jp-reviewer 4828
Subject: [man-jp-reviewer 4828] make_dev.9, printf.9, style.9 Update to 5.4-RELEASE
Sender: owner-man-jp-reviewer@jp.FreeBSD.org
X-Originator: n-kogane@syd.odn.ne.jp
X-Distribute: distribute version 2.1 (Alpha) patchlevel 24e+050320

$B>.6b4]$G$9!#(B

$B8e$m$K1QJ8$N:9J,$bIU$1$^$9!#(B

diff -u /dskg/JMAN4/doc/ja_JP.eucJP/man/man9/make_dev.9 make_dev.9
--- /dskg/JMAN4/doc/ja_JP.eucJP/man/man9/make_dev.9	Sun Jul 18 07:45:21 2004
+++ make_dev.9	Tue May 24 22:30:53 2005
@@ -22,10 +22,10 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.\" %FreeBSD: src/share/man/man9/make_dev.9,v 1.15 2003/10/23 01:54:06 hmp Exp %
+.\" %FreeBSD: src/share/man/man9/make_dev.9,v 1.15.4.1 2005/03/31 14:20:12 brueffer Exp %
 .\"
 .\" $FreeBSD: doc/ja_JP.eucJP/man/man9/make_dev.9,v 1.10 2004/07/17 22:45:21 metal Exp $
-.Dd May 27, 2001
+.Dd March 28, 2005
 .Os
 .Dt MAKE_DEV 9
 .Sh $BL>>N(B
@@ -34,23 +34,23 @@
 .Nm destroy_dev ,
 .Nm dev_depends
 .Nd $B%G%P%$%9$N$?$a$N(B
-.Vt dev_t
+.Vt cdev
 $B$*$h$S(B DEVFS $BEPO?$N4IM}(B
 .Sh $B=q<0(B
 .In sys/param.h
 .In sys/conf.h
-.Ft dev_t
+.Ft struct cdev
 .Fn make_dev "struct cdevsw *cdevsw" "int minor" "uid_t uid" "gid_t gid" "int perms" "const char *fmt" ...
-.Ft dev_t
-.Fn make_dev_alias "dev_t pdev" "const char *fmt" ...
+.Ft struct cdev
+.Fn make_dev_alias "struct cdev pdev" "const char *fmt" ...
 .Ft void
-.Fn destroy_dev "dev_t dev"
+.Fn destroy_dev "struct cdev dev"
 .Ft void
-.Fn dev_depends "dev_t pdev" "dev_t cdev"
+.Fn dev_depends "struct cdev pdev" "struct cdev cdev"
 .Sh $B2r@b(B
 .Fn make_dev
 $B4X?t$O?7$7$$%G%P%$%9$N$?$a$N(B
-.Fa dev_t
+.Fa cdev
 $B9=B$BN$r:n@.$7$^$9!#(B
 DEVFS $B$,MxMQ2DG=$N>l9g$K$O!"?7$7$$%G%P%$%9$NB8:_$bDLCN$5$l$^$9!#(B
 $B$=$N%G%P%$%9$O(B
@@ -93,7 +93,7 @@
 $B4X?t$O(B
 .Fn make_dev
 $B$+$iJV$5$l$?(B
-.Ft dev_t
+.Ft cdev
 $B$r$H$j!"$3$N%G%P%$%9$N$?$a$NJL$NL>A0(B ($BJLL>(B) $B$r:n@.$7$^$9!#(B
 .Fn make_dev
 $B$N8F=P$7$NA0$N(B
@@ -104,7 +104,7 @@
 $B4X?t$O(B
 .Fn make_dev
 $B$+$iJV$5$l$?(B
-.Fa dev_t
+.Fa cdev
 $B$r$H$j!"$=$N%G%P%$%9$NEPO?$r:o=|$7$^$9!#(B
 .Fn make_dev_alias
 $B$G:n@.$5$l$?%G%P%$%9$G(B
@@ -135,5 +135,5 @@
 $B4X?t(B
 .Fn dev_depends
 $B$O(B
-.Fx 5.0 .
+.Fx 5.0
 $B$G$O$8$a$FEP>l$7$^$7$?!#(B
diff -u /dskg/JMAN4/doc/ja_JP.eucJP/man/man9/printf.9 printf.9
--- /dskg/JMAN4/doc/ja_JP.eucJP/man/man9/printf.9	Wed Sep 22 06:00:59 2004
+++ printf.9	Tue May 24 22:33:41 2005
@@ -24,7 +24,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.\" %FreeBSD: src/share/man/man9/printf.9,v 1.4 2004/08/10 09:19:08 joerg Exp %
+.\" %FreeBSD: src/share/man/man9/printf.9,v 1.4.2.1 2005/01/23 10:08:45 glebius Exp %
 .\"
 .\" $FreeBSD: doc/ja_JP.eucJP/man/man9/printf.9,v 1.2 2004/09/21 21:00:59 metal Exp $
 .Dd August 10, 2004
@@ -37,13 +37,14 @@
 .In sys/types.h
 .In sys/systm.h
 .Ft int
-.Fn printf "const char *fmt" "..."
+.Fn printf "const char *fmt" ...
 .Ft void
-.Fn tprintf "struct proc *p" "int pri" "const char *fmt" "..."
+.Fn tprintf "struct proc *p" "int pri" "const char *fmt" ...
 .Ft int
-.Fn uprintf "const char *fmt" "..."
+.Fn uprintf "const char *fmt" ...
+.In sys/syslog.h
 .Ft void
-.Fn log "int pri" "const char *fmt" "..."
+.Fn log "int pri" "const char *fmt" ...
 .Sh $B2r@b(B
 .Xr printf 9
 $B%U%!%_%j$N4X?t$O(B
@@ -57,7 +58,7 @@
 .Fn tprintf
 $B4X?t$O(B
 .Fa pri
-$B$,(B \&-1 $B$G$J$$>l9g$K$O!"%W%m%;%9(B
+$B$,(B \-1 $B$G$J$$>l9g$K$O!"%W%m%;%9(B
 .Fa p
 $B$K4XO"$E$1$i$l$?(B tty $B$*$h$S%m%.%s%0%U%!%7%j%F%#$K=PNO$7$^$9!#(B
 .Fn log
@@ -86,7 +87,7 @@
 $B$3$N0u;z%^%9%/$O(B 2 $B$D$NItJ,$G9=@.$5$l$^$9!#(B
 $B4p?t$H0z?t$G$9!#(B
 $B4p?tCM$O@0?tCM$H$7$FI=8=$5$l$k=PNO$N4p?t$G$9!#(B
-$BNc$($P!"(B\\10 $B$O(B 8 $B?J?t$r(B \\20 $B$O(B 16 $B?J?t$rM?$($^$9!#(B
+$BNc$($P!"(B\e10 $B$O(B 8 $B?J?t$r(B \e20 $B$O(B 16 $B?J?t$rM?$($^$9!#(B
 $B0z?t$O%S%C%H<1JL;R$NJB$S$H$7$F9=@.$5$l$^$9!#(B
 $B8D!9$N%S%C%H<1JL;R$O$3$N<1JL;R$,I=$9%S%C%HHV9f$N@0?tCM$G;O$^$j$^$9!#(B
 $B<1JL;R$N;D$jItJ,$O$=$N%S%C%H$NL>A0$r4^$`J8;zNs$G$9!#(B
@@ -122,7 +123,7 @@
 $B$^$G$r;HMQ$7$^$9!#(B
 $BBe$o$j$K!"(B
 .Fa pri
-$B$K(B \&-1 $B$,M?$($i$l$?>l9g$K$O!"$=$N%a%C%;!<%8$O$=$NA0$N(B
+$B$K(B \-1 $B$,M?$($i$l$?>l9g$K$O!"$=$N%a%C%;!<%8$O$=$NA0$N(B
 .Fn log
 $B$N8F$S=P$7$K$h$C$F3+;O$5$l$?!":G6a$N%m%0%a%C%;!<%8$KDI2C$5$l$^$9!#(B
 $B$3$l$i$N%a%C%;!<%8$O%+!<%M%k<+?H$K$h$C$F@8@.$5$l$k$?$a!"(B
@@ -142,8 +143,8 @@
 printf_test(void)
 {
 
-	printf("reg=%b\\n", 3, "\\10\\2BITTWO\\1BITONE\\n");
-	printf("out: %4D\\n", "AAAA", ":");
+	printf("reg=%b\en", 3, "\e10\e2BITTWO\e1BITONE\en");
+	printf("out: %4D\en", "AAAA", ":");
 }
 .Ed
 .Pp
@@ -155,11 +156,11 @@
 .Pp
 $B$3$N8F$S=P$7(B
 .Bd -literal -offset indent
-log(LOG_DEBUG, "%s%d: been there.\\n", sc->sc_name, sc->sc_unit);
+log(LOG_DEBUG, "%s%d: been there.\en", sc->sc_name, sc->sc_unit);
 .Ed
 .Pp
 $B$OE,@Z$J%G%P%C%0%a%C%;!<%8$rM%@hEY(B
-.Em kern.debug
+.Dq Li kern.debug
 $B$G%7%9%F%`%m%0$KDI2C$7$^$9!#(B
 .Sh $B4XO"9`L\(B
 .Xr printf 3 ,
diff -u /dskg/JMAN4/doc/ja_JP.eucJP/man/man9/style.9 style.9
--- /dskg/JMAN4/doc/ja_JP.eucJP/man/man9/style.9	Wed Sep 22 06:00:59 2004
+++ style.9	Tue May 24 23:35:08 2005
@@ -1,4 +1,5 @@
-.\" Copyright (c) 1995-2001 FreeBSD Inc.
+.\"-
+.\" Copyright (c) 1995-2005 The FreeBSD Project
 .\" All rights reserved.
 .\"
 .\" Redistribution and use in source and binary forms, with or without
@@ -22,7 +23,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.\" %FreeBSD: src/share/man/man9/style.9,v 1.110 2004/07/03 18:29:24 ru Exp %
+.\" %FreeBSD: src/share/man/man9/style.9,v 1.110.2.1 2005/03/01 12:44:49 brueffer Exp %
 .\" $FreeBSD: doc/ja_JP.eucJP/man/man9/style.9,v 1.28 2004/09/21 21:00:59 metal Exp $
 .\"
 .Dd December 7, 2001
@@ -50,7 +51,7 @@
  * CSRG $B$N(B KNF (Kernel Normal Form, $B%+!<%M%kI8=`=q<0(B) $B$K4p$E$$$F$$$^$9!#(B
  *
  *	@(#)style	1.14 (Berkeley) 4/28/95
- * $\&FreeBSD: src/share/man/man9/style.9,v 1.110 2004/07/03 18:29:24 ru Exp $
+ * $\&FreeBSD: src/share/man/man9/style.9,v 1.110.2.1 2005/03/01 12:44:49 brueffer Exp $
  */
 
 /*
@@ -65,6 +66,29 @@
  */
 .Ed
 .Pp
+$BCx:n8"$N%X%C%@$OJ#?t9T$K$o$?$k%3%a%s%H$G$"$k$Y$-$G!"(B
+$B%3%a%s%H$N:G=i$N9T$O<!$N$h$&$K@1(B ($B%"%9%?%j%9%/(B) $B$N8e$m$K%@%C%7%e(B (-) $B$r(B
+$BIU$1$^$9(B:
+.Bd -literal
+/*-
+ * Copyright (c) 1984-2025 John Q. Public.  All Rights Reserved.
+ *
+ * $BD9$/$F!"B`6~$J%i%$%;%s%9$O$3$3$K5-=R$7$^$9$,!"4J7i$K$9$k$?$a$K(B
+ * $BJT=8$7$F$$$^$9(B
+ */
+.Ed
+.Pp
+$B<+F0%9%/%j%W%H$O:G=i$N%+%i%`$,(B
+.Dq Li "/*-"
+$B$G;O$^$k$9$Y$F$N%3%a%s%H$N$?$a$K%D%j!<$+$i%i%$%;%s%9>pJs$r=8$a$^$9!#(B
+$BMxMQ<T$,%i%$%;%s%9$^$?$OCx:n8"I=<($G$b$J$$:G=i$N%+%i%`$G;O$^$k%3%a%s%H$r(B
+$B:F@07A$7$J$$$h$&$K$9$k$?$a$N(B
+.Xr indent 1
+$B%U%i%0$rK>$s$G$$$k$J$i!"(B
+$B$=$l$i$N%3%a%s%H$N%@%C%7%e$r@1$KJQ$($F$/$@$5$$!#(B
+$B:G=i$N%3%a%s%H0J30$N%+%i%`$G;O$^$k%3%a%s%H$O(B
+$B7h$7$F%i%$%;%s%9@<L@$H$O$_$J$7$^$;$s!#(B
+.Pp
 $BCx:n8"%X%C%@$N8e$K$O6u9T$r(B 1 $B9TF~$l!"%=!<%9%U%!%$%k$K$O(B
 .Va rcsid
 $B$rIU$1$^$9!#(B
@@ -77,8 +101,8 @@
 $BB8:_$9$l$P0];}$7$^$9!#(B
 $B$3$l$K$O!"%U%!%$%k$NMhNr$r<($9J#?t$N(B ID $B$b4^$_$^$9!#(B
 $B0lHLE*$K!"30Mh$N(B ID $B$^$?$O$=$N2<It9=B$$OJT=8$7$^$;$s!#(B
-$B$5$b$J$1$l$P(B 
-.Dq Li ( "#if defined(LIBC_SCCS)"
+$B$5$b$J$1$l$P(B
+.Dq ( Li "#if defined(LIBC_SCCS)"
 $B$N$h$&$K(B) $B0O$^$l$F$$$J$$>l9g$K$O!"A4$F$N8_49@-$N$J$$>.JR$r1#$9$?$a!"$*$h$S(B
 $B$=$N(B ID $B$r%*%V%8%'%/%H%U%!%$%k$+$iDI$$=P$7$F$*$/$?$a$K!"N>J}$r(B
 .Dq Li "#if 0 ... #endif"
@@ -94,14 +118,14 @@
 #endif
 
 #include <sys/cdefs.h>
-__FBSDID("$\&FreeBSD: src/share/man/man9/style.9,v 1.110 2004/07/03 18:29:24 ru Exp $");
+__FBSDID("$\&FreeBSD: src/share/man/man9/style.9,v 1.110.2.1 2005/03/01 12:44:49 brueffer Exp $");
 .Ed
 .Pp
 $B%X%C%@%U%!%$%k$NA0$K!"6u9T$r(B 1 $B9TIU$1$^$9!#(B
 .Pp
 $B%+!<%M%k$N%$%s%/%k!<%I%U%!%$%k(B ($B$9$J$o$A!"(B
-.Pa sys/*.h
-) $B$,=i$a$KMh$^$9!#(B
+.Pa sys/*.h )
+$B$,=i$a$KMh$^$9!#(B
 $BDL>o!"(B
 .In sys/types.h
 $B$^$?$O(B
@@ -141,7 +165,7 @@
 .Ed
 .Pp
 $B%0%m!<%P%k$J%Q%9L>$O(B
-.In /usr/include/paths.h
+.In paths.h
 $B$GDj5A$5$l$F$$$^$9!#(B
 $B%W%m%0%i%`$K%m!<%+%k$J%Q%9L>$O%m!<%+%k%G%#%l%/%H%j$N(B
 .Qq Pa pathnames.h
@@ -160,7 +184,7 @@
 .Ic #define
 $B$7$?$jL>A0$rDj5A$7$?$j$7$F$O$$$1$^$;$s!#(B
 .Pp
-.Dq Li $B0BA4$G$J$$(B
+.Dq $B0BA4$G$J$$(B
 $B%^%/%m(B ($BI{:nMQ$r;}$C$F$$$k$b$N(B) $B$NL>A0$H!"(B
 $BL@$i$+$JDj?t$N%^%/%m$NL>A0$O$9$Y$FBgJ8;z$G$9!#(B
 $B<0$N$h$&$KE83+$5$l$k%^%/%m$O!"C10l$N%H!<%/%s$K$9$k$+30B&$K3g8L$r$D$1$^$9!#(B
@@ -290,7 +314,8 @@
 $B$3$l$i$N<1JL;R$O%"%9%?%j%9%/$+$i(B 1 $B$D$N6uGr$GJ,N%$7$^$9!#(B
 .Pp
 $B9=B$BN$NCf$GJQ?t$r@k8@$9$k;~$K$O!"(B
-$B;HMQ=g!"%5%$%:=g!"%"%k%U%!%Y%C%H=g$K%=!<%H$7$F@k8@$7$^$9!#(B
+$B;HMQ=g!"%5%$%:=g(B ($BBg$-$$$b$N$+$i>.$5$J$b$N$X(B)$B!"(B
+$B%"%k%U%!%Y%C%H=g$K%=!<%H$7$F@k8@$7$^$9!#(B
 $B:G=i$N6hJ,$ODL>oE,MQ$7$^$;$s$,!"Nc30$,$"$j$^$9!#(B
 $B3F@k8@$O!"$=$l$>$lFHN)$7$?9T$K$F9T$$$^$9!#(B
 $B9=B$BN$NL>A0$N0LCV$r!"$"$J$?$NH=CG$GFI$_0W$$$h$&$K!"(B
@@ -303,13 +328,13 @@
 $BJ#?t$N%=!<%9%U%!%$%k$G;HMQ$5$l$k>l9g$OJL$N%X%C%@%U%!%$%k$G@k8@$5$l$k$Y$-$G$9!#(B
 $B9=B$BN$,%X%C%@%U%!%$%k$G@k8@$5$l$F$$$k>l9g$K$O!"(B
 $B$=$l$i9=B$BN$N;HMQ$O!"@k8@$H$OJ,$1$i$l$k$Y$-$G!"$+$D(B
-.Ic "extern
+.Ic extern
 $B$G$"$k$Y$-$G$9!#(B
 .Bd -literal
 struct foo {
 	struct foo	*next;		/* $B;HMQCf$N(B foo $B$N%j%9%H(B */
 	struct mumble	amumble;	/* mumble $B$N%3%a%s%H(B */
-	int		bar;		/* $B%3%a%s%H$rB7$($h$&$H$7$F$$$^$9(B */
+	int		bar;		/* $B%3%a%s%H$rB7$($^$9(B */
 	struct verylongtypename *baz;	/* $B%?%V(B 2 $B8D$K$O<}$^$j$^$;$s(B */
 };
 struct foo *foohead;			/* $B%0%m!<%P%k$J(B foo $B%j%9%H$N@hF,(B */
@@ -321,10 +346,11 @@
 $B=>$C$F!"A0$NNc$r$h$jNI$/=q$/$H<!$N$h$&$K$J$j$^$9!#(B
 .Bd -literal
 #include <sys/queue.h>
+
 struct foo {
 	LIST_ENTRY(foo)	link;		/* foo $B%j%9%H$K%-%e!<%^%/%m$r;HMQ(B */
 	struct mumble	amumble;	/* mumble $B$N%3%a%s%H(B */
-	int		bar;		/* $B%3%a%s%H$rB7$($h$&$H$7$F$$$^$9(B */
+	int		bar;		/* $B%3%a%s%H$rB7$($^$9(B */
 	struct verylongtypename *baz;	/* $B%?%V(B 2 $B8D$K$O<}$^$j$^$;$s(B */
 };
 LIST_HEAD(, foo) foohead;		/* $B%0%m!<%P%k$J(B foo $B%j%9%H$N@hF,(B */
@@ -646,25 +672,26 @@
 $B%]%$%s%?$O(B
 .Dv NULL
 $B$HHf3S$7$^$9!#(B
-$BNc$($P!"(B
+$BNc$($P!"<!$N$h$&$K;H$$$^$9!#(B
+.Pp
 .Bd -literal
-!(p = f())
+(p = f()) == NULL
 .Ed
 .Pp
-$B$G$O$J$/!"$3$N$h$&$K;H$$$^$9!#(B
+$B<!$N$h$&$K$O;H$$$^$;$s!#(B
 .Bd -literal
-(p = f()) == NULL
+!(p = f())
 .Ed
 .Pp
-$B??M}CM$G$O$J$$>l9g!"%F%9%H$K$O(B
+$B??M}CM(B ($B%V!<%kCM(B) $B$G$O$J$$>l9g!"%F%9%H$K$O(B
 .Ic \&!
 $B$r;HMQ$7$J$$$G$/$@$5$$!#(B
-$BNc$($P!"2<5-$N$h$&$K;H$$$^$9!#(B
+$BNc$($P!"<!$N$h$&$K;H$$$^$9(B:
 .Bd -literal
 if (*p == '\e0')
 .Ed
 .Pp
-$B2<5-$N$h$&$K$O;H$$$^$;$s!#(B
+$B<!$N$h$&$K$O;H$$$^$;$s(B:
 .Bd -literal
 if (!*p)
 .Ed
@@ -704,7 +731,7 @@
 $BD9$$%Q%i%a!<%?%j%9%H$N@^$jJV$7$K$O!"(B
 4 $B8D$N6uGr$K$h$kDL>o$N%$%s%G%s%H$rIU$1$^$9!#(B
 .Pp
-$B2DJQ8D?t$N0z?t$O$3$N$h$&$K$7$^$9!#(B
+$B2DJQ8D?t$N0z?t$O$3$N$h$&$K$7$^$9(B:
 .Bd -literal
 #include <stdarg.h>
 
@@ -789,6 +816,7 @@
 $B%=!<%9%j%]%8%H%j$NJ8BN$NJQ99(B ($B6uGrJ8;z$NJQ99$r4^$`(B) $B$O:$Fq$G!"(B
 $B@5Ev$JM}M3$J$7$K$OHr$1$k$Y$-$G$9!#(B
 $B%j%]%8%H%j$NCf$N$*$*$h$=(B
+.Fx
 KNF
 .Nm
 $B$KE,9g$7$F$$$k%3!<%I$O!"$3$NE,9g$+$iN%$l$F$O$J$j$^$;$s!#(B
@@ -797,8 +825,8 @@
 $B%3!<%I$O%3!<%I%A%'%C%+(B ($BNc$($P!"(B
 .Xr lint 1
 $B$^$?$O(B
-.Nm gcc Fl Wall
-) $B$r(B
+.Nm gcc Fl Wall )
+$B$r(B
 $BDL2a$7!"H/@8$9$k7Y9p$O:G>.8B$H$J$k$Y$-$G$9!#(B
 .Sh $B4XO"9`L\(B
 .Xr indent 1 ,

diff -u /dskg/JMAN4/5.3-RELEASE/man9/make_dev.9 /dskg/JMAN4/5.4-RELEASE/man9/make_dev.9
--- /dskg/JMAN4/5.3-RELEASE/man9/make_dev.9	Fri Nov  5 10:26:13 2004
+++ /dskg/JMAN4/5.4-RELEASE/man9/make_dev.9	Sun May  8 16:03:20 2005
@@ -22,9 +22,9 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.\" $FreeBSD: src/share/man/man9/make_dev.9,v 1.15 2003/10/23 01:54:06 hmp Exp $
+.\" $FreeBSD: src/share/man/man9/make_dev.9,v 1.15.4.1 2005/03/31 14:20:12 brueffer Exp $
 .\"
-.Dd May 27, 2001
+.Dd March 28, 2005
 .Os
 .Dt MAKE_DEV 9
 .Sh NAME
@@ -33,24 +33,24 @@
 .Nm destroy_dev ,
 .Nm dev_depends
 .Nd manage
-.Vt dev_t Ns 's
+.Vt cdev Ns 's
 and DEVFS registration for devices
 .Sh SYNOPSIS
 .In sys/param.h
 .In sys/conf.h
-.Ft dev_t
+.Ft struct cdev
 .Fn make_dev "struct cdevsw *cdevsw" "int minor" "uid_t uid" "gid_t gid" "int perms" "const char *fmt" ...
-.Ft dev_t
-.Fn make_dev_alias "dev_t pdev" "const char *fmt" ...
+.Ft struct cdev
+.Fn make_dev_alias "struct cdev pdev" "const char *fmt" ...
 .Ft void
-.Fn destroy_dev "dev_t dev"
+.Fn destroy_dev "struct cdev dev"
 .Ft void
-.Fn dev_depends "dev_t pdev" "dev_t cdev"
+.Fn dev_depends "struct cdev pdev" "struct cdev cdev"
 .Sh DESCRIPTION
 The
 .Fn make_dev
 function creates a
-.Fa dev_t
+.Fa cdev
 structure for a new device.
 If DEVFS is available, it is also notified of
 the presence of the new device.
@@ -92,7 +92,7 @@
 The
 .Fn make_dev_alias
 function takes the returned
-.Ft dev_t
+.Ft cdev
 from
 .Fn make_dev
 and makes another (aliased) name for this device.
@@ -104,7 +104,7 @@
 The
 .Fn destroy_dev
 function takes the returned
-.Fa dev_t
+.Fa cdev
 from
 .Fn make_dev
 and destroys the registration for that device.
diff -u /dskg/JMAN4/5.3-RELEASE/man9/printf.9 /dskg/JMAN4/5.4-RELEASE/man9/printf.9
--- /dskg/JMAN4/5.3-RELEASE/man9/printf.9	Fri Nov  5 10:26:13 2004
+++ /dskg/JMAN4/5.4-RELEASE/man9/printf.9	Sun May  8 16:03:21 2005
@@ -24,7 +24,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.\" $FreeBSD: src/share/man/man9/printf.9,v 1.4 2004/08/10 09:19:08 joerg Exp $
+.\" $FreeBSD: src/share/man/man9/printf.9,v 1.4.2.1 2005/01/23 10:08:45 glebius Exp $
 .\"
 .Dd August 10, 2004
 .Dt PRINTF 9
@@ -36,13 +36,14 @@
 .In sys/types.h
 .In sys/systm.h
 .Ft int
-.Fn printf "const char *fmt" "..."
+.Fn printf "const char *fmt" ...
 .Ft void
-.Fn tprintf "struct proc *p" "int pri" "const char *fmt" "..."
+.Fn tprintf "struct proc *p" "int pri" "const char *fmt" ...
 .Ft int
-.Fn uprintf "const char *fmt" "..."
+.Fn uprintf "const char *fmt" ...
+.In sys/syslog.h
 .Ft void
-.Fn log "int pri" "const char *fmt" "..."
+.Fn log "int pri" "const char *fmt" ...
 .Sh DESCRIPTION
 The
 .Xr printf 9
@@ -61,7 +62,7 @@
 .Fa p
 and the logging facility if
 .Fa pri
-is not \&-1.
+is not \-1.
 The
 .Fn log
 function sends the message to the kernel logging facility, using
@@ -86,7 +87,7 @@
 The print mask is made up of two parts: the base and the
 arguments.
 The base value is the output base expressed as an integer value;
-for example, \\10 gives octal and \\20 gives hexadecimal.
+for example, \e10 gives octal and \e20 gives hexadecimal.
 The arguments are made up of a sequence of bit identifiers.
 Each bit identifier begins with an integer value which is the number of the
 bit this identifier describes.
@@ -126,7 +127,7 @@
 here).
 Alternatively, if a
 .Fa pri
-of \&-1 is given, the message will be appended to the last log message
+of \-1 is given, the message will be appended to the last log message
 started by a previous call to
 .Fn log .
 As these messages are generated by the kernel itself, the facility will
@@ -146,8 +147,8 @@
 printf_test(void)
 {
 
-	printf("reg=%b\\n", 3, "\\10\\2BITTWO\\1BITONE\\n");
-	printf("out: %4D\\n", "AAAA", ":");
+	printf("reg=%b\en", 3, "\e10\e2BITTWO\e1BITONE\en");
+	printf("out: %4D\en", "AAAA", ":");
 }
 .Ed
 .Pp
@@ -159,11 +160,11 @@
 .Pp
 The call
 .Bd -literal -offset indent
-log(LOG_DEBUG, "%s%d: been there.\\n", sc->sc_name, sc->sc_unit);
+log(LOG_DEBUG, "%s%d: been there.\en", sc->sc_name, sc->sc_unit);
 .Ed
 .Pp
 will add the appropriate debug message at priority
-.Em kern.debug
+.Dq Li kern.debug
 to the system log.
 .Sh SEE ALSO
 .Xr printf 3 ,
diff -u /dskg/JMAN4/5.3-RELEASE/man9/style.9 /dskg/JMAN4/5.4-RELEASE/man9/style.9
--- /dskg/JMAN4/5.3-RELEASE/man9/style.9	Fri Nov  5 10:26:14 2004
+++ /dskg/JMAN4/5.4-RELEASE/man9/style.9	Sun May  8 16:03:21 2005
@@ -1,4 +1,5 @@
-.\" Copyright (c) 1995-2001 FreeBSD Inc.
+.\"-
+.\" Copyright (c) 1995-2005 The FreeBSD Project
 .\" All rights reserved.
 .\"
 .\" Redistribution and use in source and binary forms, with or without
@@ -22,6 +23,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
+.\" $FreeBSD: src/share/man/man9/style.9,v 1.110.2.1 2005/03/01 12:44:49 brueffer Exp $
 .\"
 .Dd December 7, 2001
 .Dt STYLE 9
@@ -43,7 +45,7 @@
  * Style guide for FreeBSD.  Based on the CSRG's KNF (Kernel Normal Form).
  *
  *	@(#)style	1.14 (Berkeley) 4/28/95
- * $FreeBSD: src/share/man/man9/style.9,v 1.110 2004/07/03 18:29:24 ru Exp $
+ * $FreeBSD: src/share/man/man9/style.9,v 1.110.2.1 2005/03/01 12:44:49 brueffer Exp $
  */
 
 /*
@@ -58,6 +60,27 @@
  */
 .Ed
 .Pp
+The copyright header should be a multi-line comment, with the first
+line of the comment having a dash after the star like so:
+.Bd -literal
+/*-
+ * Copyright (c) 1984-2025 John Q. Public.  All Rights Reserved.
+ *
+ * Long, boring license goes here, but redacted for brevity
+ */
+.Ed
+.Pp
+An automatic script collects license information from the tree for
+all comments that start in the first column with
+.Dq Li "/*-" .
+If you desire to flag
+.Xr indent 1
+to not reformat a comment that starts in the first column which is not a
+license or copyright notice, change the dash to a star for those
+comments.
+Comments starting in columns other than the first comment are never
+considered license statements.
+.Pp
 After any copyright header, there is a blank line, and the
 .Va rcsid
 for source files.
@@ -86,7 +109,7 @@
 #endif
 
 #include <sys/cdefs.h>
-__FBSDID("$FreeBSD: src/share/man/man9/style.9,v 1.110 2004/07/03 18:29:24 ru Exp $");
+__FBSDID("$FreeBSD: src/share/man/man9/style.9,v 1.110.2.1 2005/03/01 12:44:49 brueffer Exp $");
 .Ed
 .Pp
 Leave another blank line before the header files.
@@ -278,7 +301,7 @@
 Separate these identifiers from asterisks using a single space.
 .Pp
 When declaring variables in structures, declare them sorted by use, then
-by size, and then in alphabetical order.
+by size (largest to smallest), and then in alphabetical order.
 The first category normally does not apply, but there are exceptions.
 Each one gets its own line.
 Try to make the structure
@@ -665,12 +688,12 @@
 .Pp
 Do not use
 .Ic \&!
-for tests unless it is a boolean, e.g.\& use
+for tests unless it is a boolean, e.g.\& use:
 .Bd -literal
 if (*p == '\e0')
 .Ed
 .Pp
-not
+not:
 .Bd -literal
 if (!*p)
 .Ed
@@ -711,7 +734,7 @@
 Use ANSI function declarations unless you explicitly need K&R compatibility.
 Long parameter lists are wrapped with a normal four space indent.
 .Pp
-Variable numbers of arguments should look like this.
+Variable numbers of arguments should look like this:
 .Bd -literal
 #include <stdarg.h>
 
--
($BM-(B)$B>.6b4]%3%s%T%e!<%?%(%s%8%K%"%j%s%0%5!<%S%9(B ($BJ!2,8)BgLn>k;T(B)
	$B>.6b4](B $B?.9,(B (Nobuyuki Koganemaru)
E-Mail: n-kogane@syd.odn.ne.jp
E-Mail: kogane@jp.FreeBSD.org
E-Mail: kogane@koganemaru.co.jp
URL: http://www.koganemaru.co.jp
