aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2018-12-14 01:38:29 -0600
committerBrent Cook <bcook@openbsd.org>2018-12-14 01:38:29 -0600
commit68b54c324e9b8ff429b341268ed8b558ea1f4038 (patch)
tree5685401fa8ea5968368a4522ca264122ebe88199
parent4f1c9507b6c434f2e85ae8de49dea09e8fa97c78 (diff)
parent9d77adcaf348fbc45d0e4d7c44000c572b36271a (diff)
downloadportable-68b54c324e9b8ff429b341268ed8b558ea1f4038.tar.gz
portable-68b54c324e9b8ff429b341268ed8b558ea1f4038.tar.bz2
portable-68b54c324e9b8ff429b341268ed8b558ea1f4038.zip
Land #473, format commands
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index b21dbef..9660cdc 100644
--- a/README.md
+++ b/README.md
@@ -66,13 +66,13 @@ building. _Note: Your build will fail if you do not follow these instructions! I
66 66
671. Ensure you have the following packages installed: 671. Ensure you have the following packages installed:
68 automake, autoconf, git, libtool, perl 68 automake, autoconf, git, libtool, perl
692. Run './autogen.sh' to prepare the source tree for building or 692. Run `./autogen.sh` to prepare the source tree for building or
70 run './dist.sh' to prepare a tarball. 70 run `./dist.sh` to prepare a tarball.
71 71
72## Steps that apply to all builds ## 72## Steps that apply to all builds ##
73 73
74Once you have a source tree, either by downloaded using git and having 74Once you have a source tree, either by downloaded using git and having
75run the autogen.sh script above, or by downloading a release distribution from 75run the `autogen.sh` script above, or by downloading a release distribution from
76an OpenBSD mirror, run these commands to build and install the package on most 76an OpenBSD mirror, run these commands to build and install the package on most
77systems: 77systems:
78 78
@@ -106,7 +106,7 @@ ninja test
106 106
107#### HP-UX (11i) #### 107#### HP-UX (11i) ####
108 108
109Set the UNIX_STD environment variable to '2003' before running 'configure' 109Set the UNIX_STD environment variable to `2003` before running `configure`
110in order to build with the HP C/aC++ compiler. See the "standards(5)" man 110in order to build with the HP C/aC++ compiler. See the "standards(5)" man
111page for more details. 111page for more details.
112 112