fixed some formulations and removed a debug statement
This commit is contained in:
		
					parent
					
						
							
								f36dc11601
							
						
					
				
			
			
				commit
				
					
						b5b1a25e4f
					
				
			
		
					 1 changed files with 4 additions and 5 deletions
				
			
		| 
						 | 
					@ -1,6 +1,7 @@
 | 
				
			||||||
#!/bin/sh
 | 
					#!/bin/sh
 | 
				
			||||||
#
 | 
					#
 | 
				
			||||||
# 2010-2013 Nico Schottelius (nico-cdist at schottelius.org)
 | 
					# 2010-2013 Nico Schottelius (nico-cdist at schottelius.org)
 | 
				
			||||||
 | 
					# 2014      Daniel Heule     (hda at sfs.biz)
 | 
				
			||||||
#
 | 
					#
 | 
				
			||||||
# This file is part of cdist.
 | 
					# This file is part of cdist.
 | 
				
			||||||
#
 | 
					#
 | 
				
			||||||
| 
						 | 
					@ -157,7 +158,7 @@ TYPES
 | 
				
			||||||
The following types are available:
 | 
					The following types are available:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
eof
 | 
					eof
 | 
				
			||||||
set -x
 | 
					
 | 
				
			||||||
for type in man7/cdist-type__*.html; do
 | 
					for type in man7/cdist-type__*.html; do
 | 
				
			||||||
    no_dir="${type#man7/}";
 | 
					    no_dir="${type#man7/}";
 | 
				
			||||||
    no_type="${no_dir#cdist-type}";
 | 
					    no_type="${no_dir#cdist-type}";
 | 
				
			||||||
| 
						 | 
					@ -209,12 +210,10 @@ __messages_out::
 | 
				
			||||||
    Available for: initial manifest, type manifest, type gencode
 | 
					    Available for: initial manifest, type manifest, type gencode
 | 
				
			||||||
__object::
 | 
					__object::
 | 
				
			||||||
    Directory that contains the current object.
 | 
					    Directory that contains the current object.
 | 
				
			||||||
    Available for: type manifest, type explorer, type gencode and 
 | 
					    Available for: type manifest, type explorer, type gencode and code scripts
 | 
				
			||||||
    at the execution of the gencode scripts 
 | 
					 | 
				
			||||||
__object_id::
 | 
					__object_id::
 | 
				
			||||||
    The type unique object id.
 | 
					    The type unique object id.
 | 
				
			||||||
    Available for: type manifest, type explorer, type gencode and
 | 
					    Available for: type manifest, type explorer, type gencode and code scripts
 | 
				
			||||||
    at the execution of the gencode scripts 
 | 
					 | 
				
			||||||
    Note: The leading and the trailing "/" will always be stripped (caused by
 | 
					    Note: The leading and the trailing "/" will always be stripped (caused by
 | 
				
			||||||
    the filesystem database and ensured by the core).
 | 
					    the filesystem database and ensured by the core).
 | 
				
			||||||
    Note: Double slashes ("//") will not be fixed and result in an error.
 | 
					    Note: Double slashes ("//") will not be fixed and result in an error.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue