PERFORCE change 182899 for review

Edward Tomasz Napierala trasz at FreeBSD.org
Wed Aug 25 18:05:19 UTC 2010


http://p4web.freebsd.org/@@182899?ac=10

Change 182899 by trasz at trasz_victim on 2010/08/25 18:04:38

	Manual pages.

Affected files ...

.. //depot/projects/soc2009/trasz_limits/share/man/man9/Makefile#16 edit
.. //depot/projects/soc2009/trasz_limits/share/man/man9/container_create.9#1 add
.. //depot/projects/soc2009/trasz_limits/share/man/man9/rusage_add.9#1 add
.. //depot/projects/soc2009/trasz_limits/share/man/man9/rusage_get_limit.9#1 add

Differences ...

==== //depot/projects/soc2009/trasz_limits/share/man/man9/Makefile#16 (text+ko) ====

@@ -46,6 +46,7 @@
 	cd.9 \
 	condvar.9 \
 	config_intrhook.9 \
+	container_create.9 \
 	contigmalloc.9 \
 	copy.9 \
 	cr_cansee.9 \
@@ -222,6 +223,8 @@
 	rtalloc.9 \
 	rtentry.9 \
 	runqueue.9 \
+	rusage_add.9 \
+	rusage_get_limit.9 \
 	rwlock.9 \
 	sbuf.9 \
 	scheduler.9 \
@@ -543,6 +546,9 @@
 	condvar.9 cv_wmesg.9
 MLINKS+=config_intrhook.9 config_intrhook_disestablish.9 \
 	config_intrhook.9 config_intrhook_establish.9
+MLINKS+=container_create.9 container_destroy.9 \
+	container_create.9 container_join.9 \
+	container_create.9 container_leave.9
 MLINKS+=contigmalloc.9 contigfree.9
 MLINKS+=copy.9 copyin.9 \
 	copy.9 copyinstr.9 \
@@ -998,6 +1004,8 @@
 	runqueue.9 procrunnable.9 \
 	runqueue.9 remrunqueue.9 \
 	runqueue.9 setrunqueue.9
+MLINKS+=rusage_add.9 rusage_set.9 \
+	rusage_add.9 rusage_sub.9
 MLINKS+=rwlock.9 rw_assert.9 \
 	rwlock.9 rw_destroy.9 \
 	rwlock.9 rw_downgrade.9 \


More information about the p4-projects mailing list