From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 27FCC4401C; Mon, 13 May 2024 18:01:36 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id BD69640687; Mon, 13 May 2024 18:01:35 +0200 (CEST) Received: from mail-pf1-f177.google.com (mail-pf1-f177.google.com [209.85.210.177]) by mails.dpdk.org (Postfix) with ESMTP id BB6DA402CD for ; Mon, 13 May 2024 17:59:17 +0200 (CEST) Received: by mail-pf1-f177.google.com with SMTP id d2e1a72fcca58-6f472d550cbso3667151b3a.1 for ; Mon, 13 May 2024 08:59:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1715615956; x=1716220756; darn=dpdk.org; h=content-transfer-encoding:mime-version:message-id:date:subject:to :from:from:to:cc:subject:date:message-id:reply-to; bh=/OUCw5hvCFii3hrhHrxF0XkXNMSVwU3Ta2Tk3GKplY8=; b=BNb3ugSZUizNk1tngtQZdlTy4gbTKb1oJbNprmjppQscQS4ds+9Cpswh21E7ltvvJI 0rETOiGBYoG9NLpPr0SChUpL0Xvax8n3Y7fhcOfwK2RxfMBz9JB+wG1m6Sk6HR19Bfzr 9gDBp12l9JekIYX6R4rk7pLmSZZ6EpWwU7m3ZVu1tcPgptCPy4k+lrNeMfR3Q0ITZkzg f6hJ+oOdbzU/tGgAFH1c7Wf3cLLna9rOGIWno9ZyYTE/Ub+YNLIV1Uy3oXCSZluSPVCl JhAMT//oAxONhREK0YBNXTNinBgkswMN9CxGHD8/miKa7jkfsJ1bX7Zyvt5sUitL0Mau NC9Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1715615956; x=1716220756; h=content-transfer-encoding:mime-version:message-id:date:subject:to :from:x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=/OUCw5hvCFii3hrhHrxF0XkXNMSVwU3Ta2Tk3GKplY8=; b=PWZgmbqLOPjJQrqqRmcYiyAXTMQr+s3KTBQMkjbUMS8/EGi969of0uBgkw1GoA2Q+V do0X/JbaOVvlKmukfxD+igW5TdjdHqLx3+7xSjtu0GJJVFEUFzGwc7hdtFuxYeW4eSyl kOrJU8WKp/KqxDIr8VUfjubqbmLsE3lzcUvqTRUmBdvpvAqK2vqrOFTQrawqE0aA+M+e gGmLUhGXnHK0gn9oX/JTlp5fPIrMRni5oMs/Epyv8IWTH27RxAsI5qbIxp4J3d8jIM8L 4qp2aG3aHkpHM4JtW/YhsD9QHDY5Kl3S56EYNjAvTiuYj6Iu2CSB1O0HuuRBURfG0Hr0 65fA== X-Gm-Message-State: AOJu0Yy1HZ4ZKmg3e0v337Afbctk3P6pESPZ6SNY0FyKDgkyOu45NTwa Vv+ya5FalEin//N1W+uLmbsXV/FFnCmvLgtLZ2M+HnRM9P0BwQEehN08MQ== X-Google-Smtp-Source: AGHT+IGC5FyQ0ELSpBrFp3/K7scVZBOrq27zT9l0sibc3dJtcM3mQ9oBU5IYyA/jyKOl6CL1NnNitw== X-Received: by 2002:a05:6a20:f38f:b0:1aa:a6cc:39c5 with SMTP id adf61e73a8af0-1afde0824f6mr13396560637.7.1715615956568; Mon, 13 May 2024 08:59:16 -0700 (PDT) Received: from localhost.localdomain (syn-076-032-089-124.res.spectrum.com. [76.32.89.124]) by smtp.gmail.com with ESMTPSA id d2e1a72fcca58-6f4d2aa16dfsm7715078b3a.93.2024.05.13.08.59.16 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 13 May 2024 08:59:16 -0700 (PDT) From: Nandini Persad To: dev@dpdk.org Subject: [PATCH 0/9] reowrd in prog guide Date: Mon, 13 May 2024 08:59:02 -0700 Message-Id: <20240513155911.31872-1-nandinipersad361@gmail.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Mailman-Approved-At: Mon, 13 May 2024 18:01:34 +0200 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org I reviewed and made small syntax and grammatical edits to sections in the programmer's guide and the design section of the contributor's guidelines. Nandini Persad (9): doc: reword design section in contributors guidelines doc: reword pmd section in prog guide doc: reword argparse section in prog guide doc: reword service cores section in prog guide doc: reword trace library section in prog guide doc: reword log library section in prog guide doc: reword cmdline section in prog guide doc: reword stack library section in prog guide doc: reword rcu library section in prog guide .mailmap | 1 + doc/guides/contributing/design.rst | 79 ++++++------- doc/guides/linux_gsg/sys_reqs.rst | 2 +- doc/guides/prog_guide/argparse_lib.rst | 72 ++++++----- doc/guides/prog_guide/cmdline.rst | 56 ++++----- doc/guides/prog_guide/log_lib.rst | 32 ++--- doc/guides/prog_guide/poll_mode_drv.rst | 151 ++++++++++++------------ doc/guides/prog_guide/rcu_lib.rst | 77 ++++++------ doc/guides/prog_guide/service_cores.rst | 32 ++--- doc/guides/prog_guide/stack_lib.rst | 4 +- doc/guides/prog_guide/trace_lib.rst | 72 +++++------ 11 files changed, 284 insertions(+), 294 deletions(-) -- 2.34.1