From d6a617a531c887778ee329150a58d83e680dbe32 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Tue, 26 Jan 2021 23:21:49 -0500 Subject: Set para and sect for mdoc Copied from the OpenBSD defaults. --- home/.profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/.profile b/home/.profile index e6f75db3..08dd75c9 100644 --- a/home/.profile +++ b/home/.profile @@ -8,7 +8,7 @@ path /usr/games export EDITOR=vi type nvi >/dev/null && EDITOR=nvi -export EXINIT='set ai ic sm sw=4 ts=4 | map gg 1G' +export EXINIT='set ai ic sm sw=4 ts=4 para=BlBdPpIt sect=ShSs | map gg 1G' export PAGER=less export LESS=FRXix4 export CLICOLOR=1 -- cgit 1.4.1 fe4c04e0ef04d6034a63deda51ade1b166'>this commit libtls for OpenSSL
summary refs log tree commit diff
path: root/configure.ac (unfollow)
Commit message (Expand)Author
2021-04-18Import LibreSSL 3.3.2June McEnroe
2021-03-05Bump version to 3.3.1p1 3.3.1p1June McEnroe
2021-03-05build: Add OpenSSL includes to libcompatJune McEnroe
2020-12-15Import LibreSSL 3.3.1June McEnroe
2020-11-24Import LibreSSL 3.3.0June McEnroe
2020-10-22Import LibreSSL 3.2.2June McEnroe
2020-09-29Import LibreSSL 3.2.1June McEnroe
2020-09-29import: Add m4/ax_add_fortify_source.m4June McEnroe
2020-08-05build: Add README.7 to EXTRA_DIST 3.2.0June McEnroe
2020-08-03doc: Indicate that only OpenSSL 1.1.1b and newer workJune McEnroe