diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2019-06-06 18:17:35 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2019-06-06 18:17:35 +0000 |
commit | ed3657b61ecd96b971c5c7e0936eb925653030f8 (patch) | |
tree | 9e553cbca1d03383e1bf04cc078b12c0023c10b5 /usr.bin | |
parent | 1842388f8eede8868670c4b6bd17b999f536f6be (diff) |
tweak previous;
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/mg/mg.1 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/mg/mg.1 b/usr.bin/mg/mg.1 index 50d76d0e8c7..33e9e59891c 100644 --- a/usr.bin/mg/mg.1 +++ b/usr.bin/mg/mg.1 @@ -1,7 +1,7 @@ -.\" $OpenBSD: mg.1,v 1.113 2019/06/03 16:26:30 lum Exp $ +.\" $OpenBSD: mg.1,v 1.114 2019/06/06 18:17:34 jmc Exp $ .\" This file is in the public domain. .\" -.Dd $Mdocdate: June 3 2019 $ +.Dd $Mdocdate: June 6 2019 $ .Dt MG 1 .Os .Sh NAME @@ -405,8 +405,8 @@ Paragraphs are delimited by <NL><NL> or <NL><TAB> or <NL><SPACE>. Move cursor backwards by the specified number of words. .It beginning-of-buffer Move cursor to the top of the buffer. -A numeric argument -.Va n , +A numeric argument +.Va n will move n/10th of the way from the top. .It beginning-of-line Move cursor to the beginning of the line. @@ -530,7 +530,7 @@ Stop defining a keyboard macro. .It end-of-buffer Move cursor to the end of the buffer. A numeric argument -.Va n , +.Va n will move n/10th of the way from the end. .It end-of-line Move cursor to the end of the line. |