Skip to content

Commit

Permalink
update manpage for -r -> -R
Browse files Browse the repository at this point in the history
  • Loading branch information
mprovost committed Oct 5, 2015
1 parent 978ca6d commit 35c9e14
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mansrc/nfsping.8.ronn
Expand Up @@ -3,7 +3,7 @@ nfsping(8) -- send RPC NULL requests to NFS servers

## SYNOPSIS

`nfsping` [`-aAdDhlLmMnNqQsTv`] [`-c` <count>] [`-C` <count>] [`-g` <prefix>] [`-i` <interval>] [`-o` <format>] [`-p` <pause>] [`-P` <port>] [`-r` <reconnect>] [`-S` <source>] [`-t` <timeout>] [`-V` <version>] <servers...>
`nfsping` [`-aAdDhlLmMnNqQRsTv`] [`-c` <count>] [`-C` <count>] [`-g` <prefix>] [`-i` <interval>] [`-o` <format>] [`-p` <pause>] [`-P` <port>] [`-S` <source>] [`-t` <timeout>] [`-V` <version>] <servers...>

## DESCRIPTION

Expand Down Expand Up @@ -71,8 +71,8 @@ nfsping(8) -- send RPC NULL requests to NFS servers
* `-Q`:
Send rquota protocol NULL requests. Implies `-M`.

* `-r` <reconnect>:
Disconnect and reconnect to the server after the specified number of requests.
* `-R`:
By default nfsping disconnects and reconnects to each server for each ping. Disable this behaviour and maintain the connection(s).

* `-s`:
Send network status monitor (NSM) protocol NULL requests. Imples `-M`.
Expand Down

0 comments on commit 35c9e14

Please sign in to comment.