diff options
author | B. Watson <urchlay@slackware.uk> | 2023-02-23 02:40:27 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-02-25 09:18:10 +0700 |
commit | fd360b205431b5234924596759ef4514dfd59493 (patch) | |
tree | 64e49633d37f5e6b4b0aaa0cb89c77b426e6a9ba /misc/tal/README | |
parent | 4c8510862687c500361c756625dd6047cea6e52f (diff) |
misc/tal: Fix .info file and compile warnings.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'misc/tal/README')
-rw-r--r-- | misc/tal/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/misc/tal/README b/misc/tal/README index 36f8893983b3..e3b1b5b80636 100644 --- a/misc/tal/README +++ b/misc/tal/README @@ -6,3 +6,15 @@ they all begin and end on the same column of text. This can be used to repair 'broken boxes' or align the backslashes on long macro definitions in C programs. But tal will work on any kind of common ending and is especially useful as a filter for the vim text editor. + +Example: tal turns this: + + /* foo */ + /* bar */ + /* blah blah blah */ + +...into this: + + /* foo */ + /* bar */ + /* blah blah blah */ |