All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] README: fix typos and grammar
@ 2022-11-15 10:31 yegorslists
  2022-11-19 19:49 ` Steve Dickson
  0 siblings, 1 reply; 3+ messages in thread
From: yegorslists @ 2022-11-15 10:31 UTC (permalink / raw)
  To: linux-nfs; +Cc: steved, Yegor Yefremov

From: Yegor Yefremov <yegorslists@googlemail.com>

Also remove unneeded spaces.

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
---
 README | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/README b/README
index 5e982409..0b62a4f1 100644
--- a/README
+++ b/README
@@ -25,7 +25,7 @@ Unpack the sources and run these commands:
     # ./configure
     # make
 
-To install binaries and documenation, run this command:
+To install binaries and documentation, run this command:
 
     # make install
 
@@ -40,7 +40,7 @@ Updating to the latest head after you've already got it.
 
 	git pull
 
-Building requires that autotools be installed.  To invoke them
+Building requires that autotools be installed. To invoke them
 simply
 
 	sh autogen.sh
@@ -95,27 +95,27 @@ scripts can be written to work correctly.
 
    D/ rpc.statd --no-notify
        It is best if statd is started before nfsd though this isn't
-       critical.  Certainly it should be at most a few seconds after
+       critical. Certainly, it should be at most a few seconds after
        nfsd.
        When nfsd starts it will start lockd. If lockd then receives a
-       lock request it will communicate with statd.  If statd is not
+       lock request, it will communicate with statd. If statd is not
        running lockd will retry, but it won't wait forever for a
        reply.
        Note that if statd is started before nfsd, the --no-notify
-       option must be used.  If notify requests are sent out before
+       option must be used. If notify requests are sent out before
        nfsd start, clients may try to reclaim locks and, on finding
        that lockd isn't running, they will give up and never reclaim
        the lock.
        rpc.statd is only needed for NFSv2 and NFSv3 support.
 
    E/ rpc.nfsd
-       Starting nfsd will automatically start lockd.  The nfs server
+       Starting nfsd will automatically start lockd. The nfs server
        will now be fully active and respond to any requests from
        clients.
        
    F/ sm-notify
        This will notify any client which might have locks from before
-       a reboot to try to reclaim their locks.  This should start
+       a reboot to try to reclaim their locks. This should start
        immediately after rpc.nfsd is started so that clients have a
        chance to reclaim locks within the 90 second grace period.
        sm-notify is only needed for NFSv2 and NFSv3 support.
-- 
2.17.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] README: fix typos and grammar
  2022-11-15 10:31 [PATCH] README: fix typos and grammar yegorslists
@ 2022-11-19 19:49 ` Steve Dickson
  0 siblings, 0 replies; 3+ messages in thread
From: Steve Dickson @ 2022-11-19 19:49 UTC (permalink / raw)
  To: yegorslists, linux-nfs



On 11/15/22 5:31 AM, yegorslists@googlemail.com wrote:
> From: Yegor Yefremov <yegorslists@googlemail.com>
> 
> Also remove unneeded spaces.
> 
> Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Committed...

steved.
> ---
>   README | 14 +++++++-------
>   1 file changed, 7 insertions(+), 7 deletions(-)
> 
> diff --git a/README b/README
> index 5e982409..0b62a4f1 100644
> --- a/README
> +++ b/README
> @@ -25,7 +25,7 @@ Unpack the sources and run these commands:
>       # ./configure
>       # make
>   
> -To install binaries and documenation, run this command:
> +To install binaries and documentation, run this command:
>   
>       # make install
>   
> @@ -40,7 +40,7 @@ Updating to the latest head after you've already got it.
>   
>   	git pull
>   
> -Building requires that autotools be installed.  To invoke them
> +Building requires that autotools be installed. To invoke them
>   simply
>   
>   	sh autogen.sh
> @@ -95,27 +95,27 @@ scripts can be written to work correctly.
>   
>      D/ rpc.statd --no-notify
>          It is best if statd is started before nfsd though this isn't
> -       critical.  Certainly it should be at most a few seconds after
> +       critical. Certainly, it should be at most a few seconds after
>          nfsd.
>          When nfsd starts it will start lockd. If lockd then receives a
> -       lock request it will communicate with statd.  If statd is not
> +       lock request, it will communicate with statd. If statd is not
>          running lockd will retry, but it won't wait forever for a
>          reply.
>          Note that if statd is started before nfsd, the --no-notify
> -       option must be used.  If notify requests are sent out before
> +       option must be used. If notify requests are sent out before
>          nfsd start, clients may try to reclaim locks and, on finding
>          that lockd isn't running, they will give up and never reclaim
>          the lock.
>          rpc.statd is only needed for NFSv2 and NFSv3 support.
>   
>      E/ rpc.nfsd
> -       Starting nfsd will automatically start lockd.  The nfs server
> +       Starting nfsd will automatically start lockd. The nfs server
>          will now be fully active and respond to any requests from
>          clients.
>          
>      F/ sm-notify
>          This will notify any client which might have locks from before
> -       a reboot to try to reclaim their locks.  This should start
> +       a reboot to try to reclaim their locks. This should start
>          immediately after rpc.nfsd is started so that clients have a
>          chance to reclaim locks within the 90 second grace period.
>          sm-notify is only needed for NFSv2 and NFSv3 support.


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH] README: Fix typos and grammar
@ 2016-10-09 18:47 Fabio Estevam
  0 siblings, 0 replies; 3+ messages in thread
From: Fabio Estevam @ 2016-10-09 18:47 UTC (permalink / raw)
  To: robclark; +Cc: dri-devel

Signed-off-by: Fabio Estevam <festevam@gmail.com>
---
 README | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/README b/README
index 603a1c1..15b3064 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 libdrm - userspace library for drm
 
 This  is libdrm,  a userspace  library for  accessing the  DRM, direct
-rendering  manager, on  Linux,  BSD and  other  operating systes  that
+rendering  manager, on  Linux,  BSD and  other  operating systems that
 support the  ioctl interface.  The library  provides wrapper functions
 for the  ioctls to avoid  exposing the kernel interface  directly, and
 for chipsets with drm memory manager, support for tracking relocations
@@ -15,7 +15,7 @@ with an older kernel.
 Compiling
 ---------
 
-libdrm  is  a  standard  autotools  packages and  follows  the  normal
+libdrm  is  a  standard  autotools  package and  follows  the   normal
 configure, build  and install steps.   The first step is  to configure
 the package, which is done by running the configure shell script:
 
@@ -37,5 +37,5 @@ and once make finishes successfully, install the package using
 
 	make install
 
-If you are install into a system location, you will need to be root to
-perform the install step.
+If you are installing into a system location, you will need to be root
+to perform the install step.
-- 
2.7.4

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-11-19 19:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-15 10:31 [PATCH] README: fix typos and grammar yegorslists
2022-11-19 19:49 ` Steve Dickson
  -- strict thread matches above, loose matches on Subject: below --
2016-10-09 18:47 [PATCH] README: Fix " Fabio Estevam

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.