From b9eb5766e42b062cc19ddf38070ef8a3fc8da29a Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Fri, 18 Dec 2020 18:12:01 -0500 Subject: Fix README formatting typo --- README.7 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.7 b/README.7 index 43153fb..ae50df3 100644 --- a/README.7 +++ b/README.7 @@ -23,7 +23,7 @@ provided by either (for OpenSSL) or by LibreSSL. . -.Bd -literal -offsent indent +.Bd -literal -offset indent \&./configure make sudo make install -- cgit 1.4.1 value='01bbcfb98edb8bff7a27a1554724a8d42ccfbd5b'/> dontfiles
summary refs log tree commit diff
path: root/bin/man1/fbclock.1 (unfollow)
Commit message (Expand)Author
2020-12-31Tell "Music" rather than "iTunes"June McEnroe
2020-12-31Add ASCII control code names to bitJune McEnroe
2020-12-31Simplify bit lexing and parsingJune McEnroe
2020-12-31Add ddateJune McEnroe
2020-12-30Print octal for 8 bits in bitJune McEnroe
2020-12-30Add unary & to bitJune McEnroe
2020-12-30Support unary + in orderJune McEnroe
2020-12-30Add postfix $ operator to bitJune McEnroe
2020-12-29Add make lexerJune McEnroe
2020-12-29Clean up C lexerJune McEnroe
2020-12-29Clean up hilex code somewhatJune McEnroe
2020-12-29Match lex/yacc %% %{ %} lines as MacroJune McEnroe
2020-12-29Match top-level C definitions as IdentifierTagJune McEnroe
2020-12-29Match C type declarations as IdentifierTagJune McEnroe
2020-12-29Match function-like macro definitions as IdentifierTagJune McEnroe
2020-12-29Reconfigure C macro start conditionsJune McEnroe
2020-12-29Document HTML class namesJune McEnroe
2020-12-29Rename Tag class to IdentifierTagJune McEnroe
2020-12-29Change HTML class from hi to hilexJune McEnroe
2020-12-29Add hilex HTML outputJune McEnroe