Update doc/man_docs.md (#363)
This commit is contained in:
		
				
					committed by
					
						
						Eric Paris
					
				
			
			
				
	
			
			
			
						parent
						
							6e91dded25
						
					
				
				
					commit
					6b74a60562
				
			@ -15,7 +15,7 @@ func main() {
 | 
				
			|||||||
		Use:   "test",
 | 
							Use:   "test",
 | 
				
			||||||
		Short: "my test program",
 | 
							Short: "my test program",
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
	header := &cobra.GenManHeader{
 | 
						header := &doc.GenManHeader{
 | 
				
			||||||
		Title: "MINE",
 | 
							Title: "MINE",
 | 
				
			||||||
		Section: "3",
 | 
							Section: "3",
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
@ -23,4 +23,4 @@ func main() {
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
That will get you a man page `/tmp/test.1`
 | 
					That will get you a man page `/tmp/test.3`
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user