diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2020-04-23 21:28:11 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2020-04-23 21:28:11 +0000 |
commit | b36c96b3aa2e70256aaf529f5a583a7e05aaa8d8 (patch) | |
tree | aaf2fa9968a3de4efca3500d4048771c8b567f76 /usr.bin | |
parent | c3e42d07c0d7cd5bed4c55b923df6440aee024c7 (diff) |
ce examples of "Ar arg Ar arg" with "Ar arg arg" and stop the spread;
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/snmp/snmp.1 | 6 | ||||
-rw-r--r-- | usr.bin/ssh/sftp.1 | 8 | ||||
-rw-r--r-- | usr.bin/tmux/tmux.1 | 8 |
3 files changed, 11 insertions, 11 deletions
diff --git a/usr.bin/snmp/snmp.1 b/usr.bin/snmp/snmp.1 index 37fb91ff4fd..cf1077b5c0f 100644 --- a/usr.bin/snmp/snmp.1 +++ b/usr.bin/snmp/snmp.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: snmp.1,v 1.12 2020/01/21 07:00:34 jmc Exp $ +.\" $OpenBSD: snmp.1,v 1.13 2020/04/23 21:28:09 jmc Exp $ .\" .\" Copyright (c) 2019 Martijn van Duren <martijn@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: January 21 2020 $ +.Dd $Mdocdate: April 23 2020 $ .Dt SNMP 1 .Os .Sh NAME @@ -98,7 +98,7 @@ is specified it defaults to mib-2 .Nm snmp .Cm bulkget .Op Ar options -.Ar agent Ar oid ... +.Ar agent oid ... .Xc Retrieve the next 10 varbinds following each .Ar oid diff --git a/usr.bin/ssh/sftp.1 b/usr.bin/ssh/sftp.1 index e48158b568e..a305b37d137 100644 --- a/usr.bin/ssh/sftp.1 +++ b/usr.bin/ssh/sftp.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sftp.1,v 1.130 2020/04/03 05:53:52 jmc Exp $ +.\" $OpenBSD: sftp.1,v 1.131 2020/04/23 21:28:09 jmc Exp $ .\" .\" Copyright (c) 2001 Damien Miller. All rights reserved. .\" @@ -22,7 +22,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: April 3 2020 $ +.Dd $Mdocdate: April 23 2020 $ .Dt SFTP 1 .Os .Sh NAME @@ -635,7 +635,7 @@ Equivalent to with the .Fl a flag set. -.It Ic rename Ar oldpath Ar newpath +.It Ic rename Ar oldpath newpath Rename remote file from .Ar oldpath to @@ -646,7 +646,7 @@ Delete remote file specified by .It Ic rmdir Ar path Remove remote directory specified by .Ar path . -.It Ic symlink Ar oldpath Ar newpath +.It Ic symlink Ar oldpath newpath Create a symbolic link from .Ar oldpath to diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1 index 2b0f34ee4fb..6e4ef455e44 100644 --- a/usr.bin/tmux/tmux.1 +++ b/usr.bin/tmux/tmux.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.749 2020/04/22 21:15:33 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.750 2020/04/23 21:28:09 jmc Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicholas.marriott@gmail.com> .\" @@ -14,7 +14,7 @@ .\" IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING .\" OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: April 22 2020 $ +.Dd $Mdocdate: April 23 2020 $ .Dt TMUX 1 .Os .Sh NAME @@ -2715,7 +2715,7 @@ Commands related to key bindings are as follows: .Op Fl nr .Op Fl N Ar note .Op Fl T Ar key-table -.Ar key Ar command Op Ar arguments +.Ar key command Op Ar arguments .Xc .D1 (alias: Ic bind ) Bind key @@ -5653,7 +5653,7 @@ A notification will never occur inside an output block. .Pp The following notifications are defined: .Bl -tag -width Ds -.It Ic %client-session-changed Ar client Ar session-id Ar name +.It Ic %client-session-changed Ar client session-id name The client is now attached to the session with ID .Ar session-id , which is named |