auto merge of #10095 : huonw/rust/master, r=cmr

Currently each line is a separate bullet point in a list: http://static.rust-lang.org/doc/master/std/task/fn.spawn_sched.html
This commit is contained in:
bors 2013-10-28 12:06:26 -07:00
commit 2ab4a6fab0

View File

@ -526,8 +526,8 @@ pub fn spawn_with<A:Send>(arg: A, f: ~fn(v: A)) {
pub fn spawn_sched(mode: SchedMode, f: ~fn()) {
/*!
* Creates a new task on a new or existing scheduler
* Creates a new task on a new or existing scheduler.
*
* When there are no more tasks to execute the
* scheduler terminates.
*