summaryrefslogtreecommitdiff
path: root/osinfo/osinfo_os.c
diff options
context:
space:
mode:
authorDaniel P. Berrange <berrange@redhat.com>2012-03-21 16:33:49 +0000
committerDaniel P. Berrange <berrange@redhat.com>2012-03-22 16:04:09 +0000
commit3c8e0d3024354d45689b0444293c5a0f0226d564 (patch)
tree9475a6df9ecbeaa49d943898c65127b6e72bfb75 /osinfo/osinfo_os.c
parentbfe9f9fa64e70ab2bb44821946e152eae188142a (diff)
downloadlibosinfo-3c8e0d3024354d45689b0444293c5a0f0226d564.tar.gz
Standardize OS family names as all lowercase
The OS family names effectively refer to the kernel used. Switch them all to lowercase, and correct a few mistakes, MacOS -> darwin Windows -> win9x or winnt Other -> msdos or netware <family>darwin</family> <family>freebsd</family> <family>linux</family> <family>msdos</family> <family>netbsd</family> <family>netware</family> <family>openbsd</family> <family>solaris</family> <family>win9x</family> <family>winnt</family>
Diffstat (limited to 'osinfo/osinfo_os.c')
-rw-r--r--osinfo/osinfo_os.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/osinfo/osinfo_os.c b/osinfo/osinfo_os.c
index 3a2ac0f..9b503cb 100644
--- a/osinfo/osinfo_os.c
+++ b/osinfo/osinfo_os.c
@@ -129,7 +129,7 @@ osinfo_os_class_init (OsinfoOsClass *klass)
* OsinfoOs:family:
*
* The generic family this OS belongs to, based upon its kernel,
- * for example Linux, Windows, Solaris, FreeBSD etc.
+ * for example linux, winnt, solaris, freebsd etc.
*/
pspec = g_param_spec_string ("family",
"Family",
@@ -361,7 +361,7 @@ OsinfoDeviceLink *osinfo_os_add_device(OsinfoOs *os, OsinfoDevice *dev)
* @os: a OsinfoOs
*
* Retrieves the generic family the OS @os belongs to, based upon its kernel,
- * for example Linux, Windows, Solaris, FreeBSD etc.
+ * for example linux, winnt, solaris, freebsd etc.
*
* Returns: (transfer none): the family of this os
*/