Index: uspace/lib/posix/locale.c
===================================================================
--- uspace/lib/posix/locale.c	(revision 4c8f5e7cf5a36a3df239abbc7d94dc09f00044b0)
+++ uspace/lib/posix/locale.c	(revision 6b9355aeec9359a8483c36268fb5c8b8f91b48e5)
@@ -79,5 +79,6 @@
 };
 
-/** Set program locale.
+/**
+ * Set program locale.
  * 
  * @param category What category to set.
@@ -95,5 +96,6 @@
 }
 
-/** Return locale-specific information.
+/**
+ * Return locale-specific information.
  * 
  * @return Information about the current locale.
@@ -105,5 +107,6 @@
 }
 
-/** Duplicate locale object.
+/**
+ * Duplicate locale object.
  * 
  * @param locobj Object to duplicate.
@@ -125,5 +128,6 @@
 }
 
-/** Free locale object.
+/**
+ * Free locale object.
  * 
  * @param locobj Object to free.
@@ -136,5 +140,6 @@
 }
 
-/** Create or modify a locale object.
+/**
+ * Create or modify a locale object.
  * 
  * @param category_mask Mask of categories to be set or modified.
@@ -163,5 +168,6 @@
 }
 
-/** Set locale for the current thread.
+/**
+ * Set locale for the current thread.
  * 
  * @param newloc Locale to use.
