diff --git a/Makefile b/Makefile index de6f50e..254d174 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ install: @echo Installing the executable to $(BINDIR) @install -D -m 755 bb.sh $(BINDIR)/bb @echo Installing the '$(MANFLAVOR)' man page to $(MANDIR)/man1 - @install -D -m 644 bb.1.$(MANFLAVOR) $(MANDIR)/man1/ + @install -D -m 644 bb.1.$(MANFLAVOR) $(MANDIR)/man1/bb.1 uninstall: @echo Removing the executable from $(BINDIR) diff --git a/bb.1.man b/bb.1.man index 1024e20..42b4c21 100644 --- a/bb.1.man +++ b/bb.1.man @@ -381,7 +381,7 @@ Perform the post title -> filename conversion. Experts only. You may need to tun .TP 24n preview_url URL where you can view the post while it's being edited. By default, it is -\(oqglobal_url\(cq +\(oqglobal_url\(cq\&. You can change it to the path on your computer, if you write posts locally, before copying them to the server. .SH "EXAMPLES" Post a markdown file: @@ -389,7 +389,7 @@ Post a markdown file: bb post ~/my_new_post.md .RE then hit -\(lap\(ra +\(lap\(ra\&. .PP Continue editing a draft: .RS 6n diff --git a/bb.1.mdoc b/bb.1.mdoc index eba542f..4bdd335 100644 --- a/bb.1.mdoc +++ b/bb.1.mdoc @@ -366,7 +366,7 @@ Perform the post title -> filename conversion. Experts only. You may need to tun URL where you can view the post while it's being edited. By default, it is .Sm off .Ql global_url -. +\&. .Sm on You can change it to the path on your computer, if you write posts locally, before copying them to the server. .El @@ -376,7 +376,7 @@ Post a markdown file: then hit .Sm off .Aq p -. +\&. .Sm on .Pp Continue editing a draft: