From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 8C57E347FEA for ; Mon, 26 Jan 2026 16:53:40 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769446420; cv=none; b=kMIpzBsOCvoDxi2Y08ULJTRWDIFEqG2d92DqIIy1giWNeTWR9Ln8ir7vViiB9dRX6KZovjEijSEh4w9D5I2aukxRiaIu+Z1ZnajGYQkjiIm3O9ZGslRVGTyidzzLIX/csK0c4bhMURBS5mEDn+57H6jSLGU1WaCugel3xjEnQiw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769446420; c=relaxed/simple; bh=nJk6+hl07VRbjSmWfIoluy2CoiiL2JE+kR7eqf27Uqk=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=mAogJ/41ELTk1+XVDWDFen3Vq+MqU9NxAV/aVH2lHg+OFdEdC36SE0yNZbWza/Pq5Xg3RUf2hLWPupwriqgwSAoFd5ClEmUb5N/oj1RqpKfl0I+glRXflUs1VUcQ+0fUkjjT3WssQyLxLiuxi7fBM8c6KzJ3l0oMH4Dea8s5TPw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=nvH/ojhV; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="nvH/ojhV" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 75F34C116C6; Mon, 26 Jan 2026 16:53:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1769446420; bh=nJk6+hl07VRbjSmWfIoluy2CoiiL2JE+kR7eqf27Uqk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=nvH/ojhVILRdym2IDtjxZb9rtATkVLzte+ig395AtxgYHId2nRPKlkMNwq+7Ovwp9 Kf809aPqe0KFh1SCTVeInzVQlede7++K90h8s/Srn0AmuR1HAXXN1OkHjyf1Tif45m deLq2p+VxHu2fxwHP7I+3sJF3JBG2DiM92cgBgzpxpu5u3DrzwcognOuHuq0M5Z3Z2 5GqobmfI2+YLDf2y2AK5dxG74io13Py/5XyyC1ByuiBLmzO/h1V3ENwTz8Bhhi1TmW 53EFkHMoKZoUjXPY9IkdhjY5QIXOfpEQHxSRrN7PXLzU3885SFZ/tyXJzRIS35oiWj ITZqX6ec8hH4Q== Date: Mon, 26 Jan 2026 16:53:37 +0000 From: Simon Horman To: Stephen Hemminger Cc: netdev@vger.kernel.org Subject: Re: [PATCH iproute2-next] ss: fix grammar, articles, and phrasing in man page Message-ID: References: <20260124200107.222116-1-stephen@networkplumber.org> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260124200107.222116-1-stephen@networkplumber.org> On Sat, Jan 24, 2026 at 12:00:41PM -0800, Stephen Hemminger wrote: > This patch addresses grammatical errors, awkward phrasing, missing > articles, and singular/plural agreement issues throughout the ss > man page documentation. Reviewed-by: Simon Horman