diff options
author | B. Watson <yalhcru@gmail.com> | 2018-08-13 11:26:28 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-08-18 08:39:47 +0700 |
commit | 928d612ac5feeb0ca1feb9b4938cf209e11c1fce (patch) | |
tree | 66f3a4e2b445b9098646a3fe69f934197260fcc1 /development/bless/bless.1 | |
parent | aad280b6459b93075af2c5f92ffc955adb24c7fc (diff) |
development/bless: Added (GUI hex editor).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'development/bless/bless.1')
-rw-r--r-- | development/bless/bless.1 | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/development/bless/bless.1 b/development/bless/bless.1 new file mode 100644 index 0000000000000..89669c0632ffe --- /dev/null +++ b/development/bless/bless.1 @@ -0,0 +1,32 @@ +.\" Hey, EMACS: -*- nroff -*- +.\" First parameter, NAME, should be all caps +.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection +.\" other parameters are allowed: see man(7), man(1) +.TH BLESS 1 "June 2007" bless "User Commands" +.\" Please adjust this date whenever revising the manpage. +.\" +.\" Some roff macros, for reference: +.\" .nh disable hyphenation +.\" .hy enable hyphenation +.\" .ad l left justify +.\" .ad b justify to both left and right margins +.\" .nf disable filling +.\" .fi enable filling +.\" .br insert line break +.\" .sp <n> insert n+1 empty lines +.\" for manpage-specific macros, see man(7) +.SH NAME +bless \- graphical hexadecimal Gtk# editor +.SH SYNOPSIS +.B bless +[\fFFILE\fP]... +.br +.SH DESCRIPTION +.\" Add any additional description here +Edit the FILEs as a sequence of bytes, allowing read/write, search, +pattern finding, efficient query-replace, multi-tabbing, customized +data-views, plugins, and many other features. +.SH REPORTING BUGS +Report bugs to Alexandros Frantzis <alf82@freemail.gr>. +.SH AUTHOR +Copyright \(co 2004-2007, Alexandros Frantzis. |