summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlum <lum@openbsd.org>2013-06-01 10:17:01 +0000
committerlum <lum@openbsd.org>2013-06-01 10:17:01 +0000
commite31271fd859795ba26c0e4ce9dec7579e2221660 (patch)
tree509950599f9fbfe29dbf1a6fac0f11a92869e9d4
parentIntroduce ltrace(1). This tool works with ld.so to inject utrace record for (diff)
downloadwireguard-openbsd-e31271fd859795ba26c0e4ce9dec7579e2221660.tar.xz
wireguard-openbsd-e31271fd859795ba26c0e4ce9dec7579e2221660.zip
The k*() functions were moved to yank.c in 2005. Update the comment to
reflect this.
-rw-r--r--usr.bin/mg/line.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/mg/line.c b/usr.bin/mg/line.c
index bafd64f5569..3b8ec8929b6 100644
--- a/usr.bin/mg/line.c
+++ b/usr.bin/mg/line.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: line.c,v 1.50 2011/01/18 16:28:00 kjell Exp $ */
+/* $OpenBSD: line.c,v 1.51 2013/06/01 10:17:01 lum Exp $ */
/* This file is in the public domain. */
@@ -8,8 +8,7 @@
* The functions in this file are a general set of line management
* utilities. They are the only routines that touch the text. They
* also touch the buffer and window structures to make sure that the
- * necessary updating gets done. There are routines in this file that
- * handle the kill buffer too. It isn't here for any good reason.
+ * necessary updating gets done.
*
* Note that this code only updates the dot and mark values in the window
* list. Since all the code acts on the current window, the buffer that