From bed959a439940a5ff2dc5002b3c87a0d01331d16 Mon Sep 17 00:00:00 2001 From: halw Date: Thu, 10 Mar 2011 19:44:57 +0000 Subject: [PATCH] Author:halw Date:2011-03-10T19:44:57.000000Z git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@841 abb3cda0-5349-4a8f-a601-0c33ac3a8c38 --- .../concurrent-eiffel-scoop/scoop-examples/senate-bus.wiki | 3 ++- .../other-languages/cecil/cecil-reference/eif-function.wiki | 3 --- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/documentation/current/solutions/concurrent-computing/concurrent-eiffel-scoop/scoop-examples/senate-bus.wiki b/documentation/current/solutions/concurrent-computing/concurrent-eiffel-scoop/scoop-examples/senate-bus.wiki index fa97a423..3024c87a 100644 --- a/documentation/current/solutions/concurrent-computing/concurrent-eiffel-scoop/scoop-examples/senate-bus.wiki +++ b/documentation/current/solutions/concurrent-computing/concurrent-eiffel-scoop/scoop-examples/senate-bus.wiki @@ -1,6 +1,6 @@ [[Property:title|Senate bus]] [[Property:weight|-8]] -[[Property:uuid|99f3cbce-fd61-440b-84d7-b9f3126c1196]] +[[Property:uuid|cfce3b31-bb8d-8259-a02b-73fd1495fce9]] {{UnderConstruction}} @@ -9,6 +9,7 @@ =Description= +According to Allen Downey in his text ''The Little Book of Semaphores,'' the Senate bus example was inspired by the [http://www.wellesley.edu/Transportation/senate.html Senate Bus at Wellesley College]. Passengers come to a bus stop to catch the Senate bus. The bus can hold 50 passengers. When the bus stops at the bus stop, the waiting passengers board. If the bus fills up, then any passengers who cannot board, must wait until the bus shows up again. Likewise, any passenger who arrives at the stop during the time the bus is boarding also must wait until the next cycle. =Highlights= diff --git a/documentation/current/solutions/other-languages/cecil/cecil-reference/eif-function.wiki b/documentation/current/solutions/other-languages/cecil/cecil-reference/eif-function.wiki index c4d68fe0..06ef73b4 100644 --- a/documentation/current/solutions/other-languages/cecil/cecil-reference/eif-function.wiki +++ b/documentation/current/solutions/other-languages/cecil/cecil-reference/eif-function.wiki @@ -6,9 +6,6 @@ This page documents all CECIL functions of the form eif_*_function where "*" is a supported type such as "integer", "bit", "character", "real", etc. -{{note|All pages titled with those same patterns, (e. g., [[eif_reference_function]], [[eif_integer_function]]) will '''redirect''' to this page. }} - - ==Synopsis== #include "eif_cecil.h"