gnu: python-setproctitle: Fix grammar of "allows to identify" to "allows
identifying". * gnu/packages/python-xyz (python-setproctitle): Fix grammar.
This commit is contained in:
		
							parent
							
								
									ed8a9de8fe
								
							
						
					
					
						commit
						c567ce5498
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -12658,7 +12658,7 @@ by system tools such as ps and top).
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Changing the title is mostly useful in multi-process systems, for
 | 
					Changing the title is mostly useful in multi-process systems, for
 | 
				
			||||||
example when a master process is forked: changing the children's title
 | 
					example when a master process is forked: changing the children's title
 | 
				
			||||||
allows to identify the task each process is busy with.  The technique
 | 
					allows identifying the task each process is busy with.  The technique
 | 
				
			||||||
is used by PostgreSQL and the OpenSSH Server for example.")
 | 
					is used by PostgreSQL and the OpenSSH Server for example.")
 | 
				
			||||||
  (license license:bsd-3)
 | 
					  (license license:bsd-3)
 | 
				
			||||||
  (properties `((python2-variant . ,(delay python2-setproctitle))))))
 | 
					  (properties `((python2-variant . ,(delay python2-setproctitle))))))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue