From owner-freebsd-questions@freebsd.org Fri Oct 23 06:47:38 2020 Return-Path: Delivered-To: freebsd-questions@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8205143EBEA for ; Fri, 23 Oct 2020 06:47:38 +0000 (UTC) (envelope-from erwan@rail.eu.org) Received: from tgv.rail.eu.org (tgv.rail.eu.org [62.210.247.50]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4CHZY503lkz3Vgk for ; Fri, 23 Oct 2020 06:47:36 +0000 (UTC) (envelope-from erwan@rail.eu.org) Received: from [IPv6:2a01:e0a:2b7:70e1:e412:2a95:4c04:43d3] (unknown [IPv6:2a01:e0a:2b7:70e1:e412:2a95:4c04:43d3]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: erwan) by tgv.rail.eu.org (Postfix) with ESMTPSA id C18784262 for ; Fri, 23 Oct 2020 08:47:28 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=rail.eu.org; s=mail; t=1603435648; bh=ANIEKMwpyoXhvmpEqj/vXn4N+w1q36/c1LYscugAA/o=; h=Subject:To:References:From:Date:In-Reply-To:From; b=rWc2/SZ9UoSZXtewQ5uht3VP56Ytb816RIezUSKoB5+CzwTNAsrJdQrqi0GZ2/9jy XkSSjo5W2vZOe36MDSUlsDi9JbE4AZby4LK36gFDvkimfSliDpMc/d4yMvg29NbM7b 8KWTy9KlkOLFPXAVFpbCNSm+dG5T3IsP2DAcQfTg= Subject: Re: What are "who parameters"? (man 8 renice) To: freebsd-questions@freebsd.org References: From: Erwan David Message-ID: <6640d595-78bd-130b-cb4e-646f830a21b7@rail.eu.org> Date: Fri, 23 Oct 2020 08:47:26 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: fr Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 4CHZY503lkz3Vgk X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=rail.eu.org header.s=mail header.b=rWc2/SZ9; dmarc=pass (policy=none) header.from=rail.eu.org; spf=pass (mx1.freebsd.org: domain of erwan@rail.eu.org designates 62.210.247.50 as permitted sender) smtp.mailfrom=erwan@rail.eu.org X-Spamd-Result: default: False [-3.24 / 15.00]; RCVD_TLS_ALL(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; R_DKIM_ALLOW(-0.20)[rail.eu.org:s=mail]; MID_RHS_MATCH_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; R_SPF_ALLOW(-0.20)[+ptr]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[freebsd-questions@freebsd.org]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-1.00)[-0.999]; ARC_NA(0.00)[]; DKIM_TRACE(0.00)[rail.eu.org:+]; DMARC_POLICY_ALLOW(-0.50)[rail.eu.org,none]; NEURAL_HAM_SHORT(-0.25)[-0.247]; NEURAL_HAM_MEDIUM(-1.00)[-0.998]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:12876, ipnet:62.210.0.0/16, country:FR]; RCVD_COUNT_TWO(0.00)[2]; SUBJECT_HAS_QUESTION(0.00)[]; MAILMAN_DEST(0.00)[freebsd-questions] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Oct 2020 06:47:38 -0000 Le 22/10/2020 à 21:02, Ottavio Caruso via freebsd-questions a écrit : > Can manual pages be more arcane and esoteric than this? > > % man 8 renice > > https://man.bsd.lv/FreeBSD-12.0/renice > > "The following who parameters are interpreted as ..." > > "-g >     Force who parameters to be interpreted as process group ID's." > > "-u >     Force the who parameters to be interpreted as user names or user ID's" > > "who" is underlined. Is it an acronym? I've seen this mentioned only in > this man page on FreeBSD and NetBSD. > > The OpenBSD manual page seems to to be saner: > https://man.bsd.lv/renice > who is defined in the first paragraph...