Skip to content

Commit 73ccfb0

Browse files
committed
Readme cosmetic
Remove some unwanted Markdown syntax features and remove some double spaces. OK matthieu@
1 parent c64f59c commit 73ccfb0

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ in a non-standard directory (the default is /usr/xenocara).
100100

101101
Xenocara requires objdirs. Just run 'make obj' as root at any level
102102
before 'make build' to make sure that the object directories are
103-
created. XOBJDIR defines the obj directory that is used (defaults to
104-
/usr/xobj). It should be created before running 'make obj'.
103+
created. XOBJDIR defines the obj directory that is used (defaults to
104+
/usr/xobj). It should be created before running 'make obj'.
105105

106106
## Regenerating configure scripts
107107

@@ -156,18 +156,18 @@ to a new release of XCB:
156156
python3 package.
157157
3. Update dist/libxcb.
158158
4. Check lib/libxcb/src/Makefile if new files need to be generated.
159-
5. Run `make` in lib/xcb/src to generate the files for the new version.
159+
5. Run make in lib/xcb/src to generate the files for the new version.
160160
6. Check lib/libxcb/ for other files needing updates.
161161
7. Commit the result.
162162

163163
## How to build something with debug information?
164164

165-
You can use `env CFLAGS=-g make -f Makefile.bsd-wrapper build` to
165+
You can use env CFLAGS=-g make -f Makefile.bsd-wrapper build to
166166
build any module with debugging information, but you'll need to remove
167-
`XOBJDIR/xorg-config.cache.${MACHINE}` before doing that because
167+
XOBJDIR/xorg-config.cache.${MACHINE} before doing that because
168168
autoconf caches the value of CFLAGS in its cache.
169169

170-
## How to get a core file out of the X server?
170+
## How to get a core file out of the X server?
171171

172172
Several things are needed:
173173

@@ -176,7 +176,7 @@ Several things are needed:
176176
xenodm, you can add the option in /etc/X11/xenodm/Xservers. If you
177177
want to use startx, you need to run it as root, like this:
178178

179-
`startx -- /usr/X11R6/bin/X -keepPriv`
179+
startx -- /usr/X11R6/bin/X -keepPriv
180180

181181
Now the X server should dump core when catching a fatal signal and the
182182
core dump should be in /var/crash/Xorg/<pid>.core.
@@ -189,4 +189,4 @@ dump will be in the current directory where startx was executed.
189189
See also http://xorg.freedesktop.org/wiki/Development/Documentation/ServerDebugging
190190

191191
--
192-
$OpenBSD: README.md,v 1.1 2024/07/20 19:56:40 matthieu Exp $
192+
$OpenBSD: README.md,v 1.2 2024/07/22 19:36:31 rsadowski Exp $

0 commit comments

Comments
 (0)