Index: conf/ups.conf.sample
--- conf/ups.conf.sample.orig
+++ conf/ups.conf.sample
@@ -158,6 +158,7 @@ maxretry = 3
 #    port: REQUIRED.  The serial port where your UPS is connected.
 #          For example:
 #            /dev/ttyS0 is usually the first port on Linux boxes.
+#            /dev/tty00 is usually the first port on OpenBSD boxes.
 #            "\\\\.\\COM1" is the first port on Windows boxes (note that
 #                the backslash characters themselves must be escaped,
 #                for the NUT configuration parser to yield "\\.\COM1").
@@ -229,11 +230,11 @@ maxretry = 3
 # --------
 #
 # A simple example for a UPS called "powerpal" that uses the blazer_ser
-# driver on /dev/ttyS0 is:
+# driver on /dev/tty00 is:
 #
 # [powerpal]
 #   driver = blazer_ser
-#   port = /dev/ttyS0
+#   port = /dev/tty00
 #   desc = "Web server"
 #
 # If your UPS driver requires additional settings, you can specify them
@@ -248,3 +249,17 @@ maxretry = 3
 #
 # To find out if your driver supports any extra settings, start it with
 # the -h option and/or read the driver's documentation.
+#
+# [networkups]
+#	driver = snmp-ups
+#	port = 192.168.42.240
+#	community = mekmitasdigoat
+#	desc = "Example APC networked UPS"
+#	notransferoids
+#	mibs = apcc
+#
+# [usb]
+#	driver = usbhid-ups
+#	port = auto
+#	desc = "Example USB UPS"
+#
