diff options
author | B. Watson <yalhcru@gmail.com> | 2016-11-14 01:13:34 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-11-14 16:47:23 +0700 |
commit | b74180402995d7976d55ef695c2e6c16e6a9f5ff (patch) | |
tree | 8c6cea53df8484d2f8783ddc10a55c6ea37fcced /development | |
parent | 1c9e27d4d4d00deb6150ecb90ef6af174adf1fb8 (diff) | |
download | slackbuilds-b74180402995d7976d55ef695c2e6c16e6a9f5ff.tar.gz |
development/global: Fix slack-desc.
Diffstat (limited to 'development')
-rw-r--r-- | development/global/slack-desc | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/development/global/slack-desc b/development/global/slack-desc index 1ca60895d4..fe8ef464d0 100644 --- a/development/global/slack-desc +++ b/development/global/slack-desc @@ -6,15 +6,14 @@ # customary to leave one space after the ':' except on otherwise blank lines. |-----handy-ruler------------------------------------------------------| -global: global - source code tagging system +global: global (source code tagging system) global: global: GNU GLOBAL is a source code tagging system that works the same way global: across diverse environments (emacs, vi, less, bash, web browser, etc). -global: You can locate objects in source files and move there easily. -global: It is useful for hacking a large project containing many subdirectories, +global: You can locate objects in source files and move there easily. It is +global: useful for hacking a large project containing many subdirectories, global: many #ifdef and many main() functions. It is similar to ctags or etags global: but is different from them at the point of independence of any editor. global: It runs on a UNIX(POSIX) compatible operating system like GNU and BSD. global: global: Homepage: http://www.gnu.org/software/global/ -global: |