diff options
author | 2014-03-27 07:30:25 +0000 | |
---|---|---|
committer | 2014-03-27 07:30:25 +0000 | |
commit | e40b0d3f0b4168120df8b23566636cd623e221d6 (patch) | |
tree | 449e4cd09e0ccf8a8658cb4156eda2658a3c40b3 | |
parent | tweak previous; help/ok dlg (diff) | |
download | wireguard-openbsd-e40b0d3f0b4168120df8b23566636cd623e221d6.tar.xz wireguard-openbsd-e40b0d3f0b4168120df8b23566636cd623e221d6.zip |
new-line -> newline;
not sure whether it's worth flattening the other few examples of
this in our pages, but since it's used multiple times here without
hyphen, at least keeps this page consistent;
-rw-r--r-- | usr.bin/mg/mg.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/mg/mg.1 b/usr.bin/mg/mg.1 index 3dd63960656..b26dee7e078 100644 --- a/usr.bin/mg/mg.1 +++ b/usr.bin/mg/mg.1 @@ -1,7 +1,7 @@ -.\" $OpenBSD: mg.1,v 1.86 2014/03/26 22:02:06 lum Exp $ +.\" $OpenBSD: mg.1,v 1.87 2014/03/27 07:30:25 jmc Exp $ .\" This file is in the public domain. .\" -.Dd $Mdocdate: March 26 2014 $ +.Dd $Mdocdate: March 27 2014 $ .Dt MG 1 .Os .Sh NAME @@ -869,7 +869,7 @@ Toggle the read-only flag on the current buffer. .It transpose-chars Transpose the two characters in front of and under dot, then move forward one character. -Treat new-line characters the same as any other. +Treat newline characters the same as any other. .It undo Undo the most recent action. If invoked again without an intervening command, |