diff --git a/doc.go b/doc.go index 167bdf0..208bd10 100644 --- a/doc.go +++ b/doc.go @@ -4,10 +4,11 @@ /* lf is a terminal file manager. -Source code can be found in the repository at https://github.com/gokcehan/lf. +Source code can be found in the repository at https://github.com/gokcehan/lf . -This documentation can either be read from terminal using 'lf -doc' or online at https://pkg.go.dev/github.com/gokcehan/lf. +This documentation can either be read from terminal using 'lf -doc' or online at https://pkg.go.dev/github.com/gokcehan/lf . You can also use 'doc' command (default '') inside lf to view the documentation in a pager. +A man page with the same content is also available in the repository at https://github.com/gokcehan/lf/blob/master/lf.1 . You can run 'lf -help' to see descriptions of command line options. diff --git a/docstring.go b/docstring.go index 0acafee..d06ddc7 100644 --- a/docstring.go +++ b/docstring.go @@ -5,12 +5,14 @@ package main var genDocString = ` lf is a terminal file manager. -Source code can be found in the repository at -https://github.com/gokcehan/lf. +Source code can be found in the repository at https://github.com/gokcehan/lf +. This documentation can either be read from terminal using 'lf -doc' or -online at https://pkg.go.dev/github.com/gokcehan/lf. You can also use 'doc' -command (default '') inside lf to view the documentation in a pager. +online at https://pkg.go.dev/github.com/gokcehan/lf . You can also use 'doc' +command (default '') inside lf to view the documentation in a pager. A +man page with the same content is also available in the repository at +https://github.com/gokcehan/lf/blob/master/lf.1 . You can run 'lf -help' to see descriptions of command line options. diff --git a/lf.1 b/lf.1 index 868dd78..a965a18 100644 --- a/lf.1 +++ b/lf.1 @@ -22,9 +22,9 @@ lf \- terminal file manager .SH DESCRIPTION lf is a terminal file manager. .PP -Source code can be found in the repository at https://github.com/gokcehan/lf. +Source code can be found in the repository at https://github.com/gokcehan/lf . .PP -This documentation can either be read from terminal using 'lf -doc' or online at https://pkg.go.dev/github.com/gokcehan/lf. You can also use 'doc' command (default '') inside lf to view the documentation in a pager. +This documentation can either be read from terminal using 'lf -doc' or online at https://pkg.go.dev/github.com/gokcehan/lf . You can also use 'doc' command (default '') inside lf to view the documentation in a pager. A man page with the same content is also available in the repository at https://github.com/gokcehan/lf/blob/master/lf.1 . .PP You can run 'lf -help' to see descriptions of command line options. .SH QUICK REFERENCE