tools/timer: fixup doc formatting
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
		@ -52,7 +52,7 @@ pub enum TimerEvent {
 | 
			
		||||
    ThreadSignal(Tid, Signal),
 | 
			
		||||
 | 
			
		||||
    /// Convenience value to send a signal to the current thread. This is
 | 
			
		||||
    /// equivalent to using ThreadSignal(gettid(), signal).
 | 
			
		||||
    /// equivalent to using `ThreadSignal(gettid(), signal)`.
 | 
			
		||||
    ThisThreadSignal(Signal),
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user