Fix typo.
authorBen Pfaff <blp@cs.stanford.edu>
Sun, 9 Jul 2006 15:10:00 +0000 (15:10 +0000)
committerBen Pfaff <blp@cs.stanford.edu>
Sun, 9 Jul 2006 15:10:00 +0000 (15:10 +0000)
doc/44bsd.texi

index 40fd33db0f469e40811f67e3d02a1805efd29953..f530824e8296f0514885479377f4d3804b1e1417 100644 (file)
@@ -86,7 +86,7 @@ The initial thread starts with a @var{nice} value of zero.  Other
 threads start with a @var{nice} value inherited from their parent
 thread.  You must implement the functions described below, which are for
 use by test programs.  We have provided skeleton definitions for them in
 threads start with a @var{nice} value inherited from their parent
 thread.  You must implement the functions described below, which are for
 use by test programs.  We have provided skeleton definitions for them in
-@file{threads/thread.c}.  by test programs
+@file{threads/thread.c}.
 
 @deftypefun int thread_get_nice (void)
 Returns the current thread's @var{nice} value.
 
 @deftypefun int thread_get_nice (void)
 Returns the current thread's @var{nice} value.