diff options
author | 2019-07-15 21:01:53 +0000 | |
---|---|---|
committer | 2019-07-15 21:01:53 +0000 | |
commit | 58c1f2b762d424b1c18f4f608a0d2a93ec43a1c3 (patch) | |
tree | 7ae28cafa964f242123b1124f8f70751e88de964 | |
parent | Stop calling resched_proc() after changing the nice(3) value of a process. (diff) | |
download | wireguard-openbsd-58c1f2b762d424b1c18f4f608a0d2a93ec43a1c3.tar.xz wireguard-openbsd-58c1f2b762d424b1c18f4f608a0d2a93ec43a1c3.zip |
explicitly reference the textproc/vgrind port;
kn@ originally noticed that this is desirable;
feedback and OK jmc@, OK kn@
-rw-r--r-- | usr.bin/ctags/ctags.1 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/usr.bin/ctags/ctags.1 b/usr.bin/ctags/ctags.1 index ae315c65142..725ea79150f 100644 --- a/usr.bin/ctags/ctags.1 +++ b/usr.bin/ctags/ctags.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ctags.1,v 1.33 2015/12/31 14:01:26 lum Exp $ +.\" $OpenBSD: ctags.1,v 1.34 2019/07/15 21:01:53 schwarze Exp $ .\" $NetBSD: ctags.1,v 1.4 1995/03/26 20:14:04 glass Exp $ .\" .\" Copyright (c) 1987, 1990, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)ctags.1 8.1 (Berkeley) 6/6/93 .\" -.Dd $Mdocdate: December 31 2015 $ +.Dd $Mdocdate: July 15 2019 $ .Dt CTAGS 1 .Os .Sh NAME @@ -92,8 +92,9 @@ file; that is, all references to them are regenerated, keeping only the other values in the file. .It Fl v -An index of the form expected by vgrind -is produced on the standard output. +An index of the form expected by the +.Pa textproc/vgrind +port is produced on the standard output. This listing contains the object name, file name, and page number (assuming 64 line pages). Since the output will be sorted into lexicographic order, |