comparison src/process.c @ 98062:f2a6b3265c21

(Fsystem_process_attributes): Doc fix.
author Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
date Sat, 06 Sep 2008 22:57:28 +0000
parents 1a81f5db02cf
children cdd80926d2ea
comparison
equal deleted inserted replaced
98061:68a220b546b7 98062:f2a6b3265c21
7490 Ssystem_process_attributeses, 1, 1, 0, 7490 Ssystem_process_attributeses, 1, 1, 0,
7491 doc: /* Return attributes of the process given by its PID, a number. 7491 doc: /* Return attributes of the process given by its PID, a number.
7492 7492
7493 Value is an alist where each element is a cons cell of the form 7493 Value is an alist where each element is a cons cell of the form
7494 7494
7495 \(ATTR . VALUE) 7495 \(KEY . VALUE)
7496 7496
7497 If this functionality is unsupported, the value is nil. 7497 If this functionality is unsupported, the value is nil.
7498 7498
7499 See `list-system-processes' for getting a list of all process IDs. 7499 See `list-system-processes' for getting a list of all process IDs.
7500 7500
7501 The attributes that this function may return are listed below, 7501 The KEYs of the attributes that this function may return are listed
7502 together with the type of the associated value (in parentheses). 7502 below, together with the type of the associated VALUE (in parentheses).
7503 Not all platforms support all of these attributes; unsupported 7503 Not all platforms support all of these attributes; unsupported
7504 attributes will not appear in the returned alist. 7504 attributes will not appear in the returned alist.
7505 Unless explicitly indicated otherwise, numbers can have either 7505 Unless explicitly indicated otherwise, numbers can have either
7506 integer or floating point values. 7506 integer or floating point values.
7507 7507