summaryrefslogtreecommitdiff
path: root/hurd
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2016-04-20 13:44:17 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2016-04-20 13:44:17 +0200
commit909c747a2ef5f922bbd9be6aecb04860667fc803 (patch)
treefaec3cb0fff9b1ee3bce6332e4479e2de70ea7db /hurd
parent72806e678978c271422f31a56ba7a6b349497b32 (diff)
fix formatting
Diffstat (limited to 'hurd')
-rw-r--r--hurd/porting/guidelines.mdwn6
1 files changed, 3 insertions, 3 deletions
diff --git a/hurd/porting/guidelines.mdwn b/hurd/porting/guidelines.mdwn
index cf0298d0..7719208b 100644
--- a/hurd/porting/guidelines.mdwn
+++ b/hurd/porting/guidelines.mdwn
@@ -329,11 +329,11 @@ Not implemented yet, will always fail. Use `sem_init()` instead if possible. `s
Not implemented, not POSIX. Try to disable the feature in the package.
-## <a name="parport"> <linux/parport.h> <linux/ppdev.h> </a>
+## <a name="parport"> `linux/parport.h` `linux/ppdev.h` </a>
There is no programming interface for the parallel port on GNU/Hurd yet.
-## <a name="cdrom"> <linux/cdrom.h> </a>
+## <a name="cdrom"> `linux/cdrom.h` </a>
Use <sys/cdrom.h> instead.
@@ -343,7 +343,7 @@ This is not actually standard; cfsetspeed, cfsetispeed, or cfsetospeed should be
## <a name="termios"> IUCLC </a>
-IUCLC is a GNU extension. `#define _GNU_SOURCE' thus has to be used to get the definition (even if Linux unconditionally provides it, it should not).
+IUCLC is a GNU extension. `#define _GNU_SOURCE` thus has to be used to get the definition (even if Linux unconditionally provides it, it should not).
## <a name="errno"> `errno` values </a>