Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Jan 2022 18:11:47 GMT
From:      Wolfram Schneider <wosch@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: d7e8005bfa65 - main - cleanup documentation
Message-ID:  <202201311811.20VIBlXk046521@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202201311811.20VIBlXk046521>