git: d7e8005bfa65 - main - cleanup documentation

From: Wolfram Schneider <wosch_at_FreeBSD.org>
Date: Mon, 31 Jan 2022 18:11:47 UTC
The branch main has been updated by wosch:

URL: https://cgit.FreeBSD.org/src/commit/?id=d7e8005bfa6517b1a82626d48daaa25678a7e4cd

commit d7e8005bfa6517b1a82626d48daaa25678a7e4cd
Author:     Wolfram Schneider <wosch@FreeBSD.org>
AuthorDate: 2022-01-31 18:11:14 +0000
Commit:     Wolfram Schneider <wosch@FreeBSD.org>
CommitDate: 2022-01-31 18:11:14 +0000

    cleanup documentation
---
 usr.bin/locate/bigram/locate.bigram.c | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/usr.bin/locate/bigram/locate.bigram.c b/usr.bin/locate/bigram/locate.bigram.c
index c6b2d921fdf0..f983309fbc6e 100644
--- a/usr.bin/locate/bigram/locate.bigram.c
+++ b/usr.bin/locate/bigram/locate.bigram.c
@@ -33,6 +33,8 @@
  * SUCH DAMAGE.
  *
  * $FreeBSD$
+ *
+ * locate.bigram - list bigrams for /usr/libexec/locate.mklocatedb script
  */
 
 #if 0
@@ -47,13 +49,6 @@ static char sccsid[] = "@(#)locate.bigram.c	8.1 (Berkeley) 6/6/93";
 #endif /* not lint */
 #endif
 
-/*
- *  bigram < sorted_file_names | sort -nr | 
- *  	awk 'NR <= 128 { printf $2 }' > bigrams
- *
- * List bigrams for 'updatedb' script.
- * Use 'code' to encode a file using this output.
- */
 
 #include <capsicum_helpers.h>
 #include <err.h>