]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - docs/CODING_STYLE.md
tree-wide: use "hostname" spelling everywhere
[thirdparty/systemd.git] / docs / CODING_STYLE.md
index c2eb902eb4b8c0217a31dde769267e2fce0f5f0e..12a0c993fc99f37eb224458983d4adc48a25f078 100644 (file)
@@ -1,6 +1,7 @@
 ---
 title: Coding Style
 category: Contributing
+layout: default
 ---
 
 # Coding Style
@@ -423,7 +424,7 @@ category: Contributing
 
 ## Deadlocks
 
-- Do not issue NSS requests (that includes user name and host name lookups)
+- Do not issue NSS requests (that includes user name and hostname lookups)
   from PID 1 as this might trigger deadlocks when those lookups involve
   synchronously talking to services that we would need to start up.
 
@@ -542,7 +543,7 @@ category: Contributing
   time you need that please immediately undefine `basename()`, and add a
   comment about it, so that no code ever ends up using the POSIX version!
 
-# Committing to git
+## Committing to git
 
 - Commit message subject lines should be prefixed with an appropriate component
   name of some kind. For example "journal: ", "nspawn: " and so on.