doc: Fix mapped devices example in the manual.
Reported by Raghav Gururajan <rg@raghavgururajan.name> and Mikhail Tsykalov <tsymsh@gmail.com>. * doc/guix.texi (Mapped Devices): Replace target with targets. Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
		
							parent
							
								
									c4a2cbeb06
								
							
						
					
					
						commit
						4a48014733
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -14066,7 +14066,7 @@ be declared as follows:
 | 
				
			||||||
@lisp
 | 
					@lisp
 | 
				
			||||||
(mapped-device
 | 
					(mapped-device
 | 
				
			||||||
  (source "vg0")
 | 
					  (source "vg0")
 | 
				
			||||||
  (target (list "vg0-alpha" "vg0-beta"))
 | 
					  (targets (list "vg0-alpha" "vg0-beta"))
 | 
				
			||||||
  (type lvm-device-mapping))
 | 
					  (type lvm-device-mapping))
 | 
				
			||||||
@end lisp
 | 
					@end lisp
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue