[rtems-docs commit] Fix refs.bib entry

Sebastian Huber sebh at rtems.org
Tue Jan 31 14:19:30 UTC 2017


Module:    rtems-docs
Branch:    master
Commit:    938c49e177875cafa7bc8220e6c0da4be90e5c3b
Changeset: http://git.rtems.org/rtems-docs/commit/?id=938c49e177875cafa7bc8220e6c0da4be90e5c3b

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Tue Jan 31 12:59:08 2017 +0100

Fix refs.bib entry

---

 c-user/rate_monotonic_manager.rst | 2 +-
 common/refs.bib                   | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/c-user/rate_monotonic_manager.rst b/c-user/rate_monotonic_manager.rst
index 181e0a8..05eb59f 100644
--- a/c-user/rate_monotonic_manager.rst
+++ b/c-user/rate_monotonic_manager.rst
@@ -173,7 +173,7 @@ Rate Monotonic Scheduling Algorithm
 The Rate Monotonic Scheduling Algorithm (RMS) is important to real-time systems
 designers because it allows one to sufficiently guarantee that a set of tasks
 is schedulable (see :cite:`Liu:1973:Scheduling`, :cite:`Lehoczky:1989:RM`,
-:cite:`Lui:1990:Ada`, :cite:`Burns:1991:Review`).
+:cite:`Sha:1990:Ada`, :cite:`Burns:1991:Review`).
 
 A set of tasks is said to be schedulable if all of the tasks can meet their
 deadlines.  RMS provides a set of rules which can be used to perform
diff --git a/common/refs.bib b/common/refs.bib
index 648560b..0f30cc1 100644
--- a/common/refs.bib
+++ b/common/refs.bib
@@ -1,4 +1,5 @@
 % Use <AUTHOR>:<YEAR>:<TOPIC> for the reference labels.
+% Use the surname of the main author for AUTHOR.
 % Sort lexicographically by (YEAR, AUTHOR, TOPIC).
 @article{Liu:1973:Scheduling,
   author      = {Liu, C. L. and Layland, James W.},
@@ -29,7 +30,7 @@
   year        = {1990},
   pages       = {201-209},
 }
- at article{Lui:1990:Ada,
+ at article{Sha:1990:Ada,
   author      = {Sha, Lui and Goodenough, J. B.},
   journal     = {Computer},
   title       = {{Real-time scheduling theory and Ada}},



More information about the vc mailing list