Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Aug 2010 18:05:18 GMT
From:      Edward Tomasz Napierala <trasz@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 182899 for review
Message-ID:  <201008251805.o7PI5IXZ003058@skunkworks.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@182899?ac=10

Change 182899 by trasz@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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201008251805.o7PI5IXZ003058>