]> git.saurik.com Git - apple/libc.git/blobdiff - libdarwin/h/bsd.h
Libc-1439.100.3.tar.gz
[apple/libc.git] / libdarwin / h / bsd.h
index a33a9e0b80581c47865c43a0bf1f235c8e78e802..5df4697d6b10d68884c2470577d12868a9a817be 100644 (file)
@@ -100,11 +100,11 @@ sysctlbyname_get_data_np(const char *mibdesc, void **buff, size_t *buff_len);
  * similar to the PE_parse_boot_argn() kernel routine.
  *
  * @param which
- * The name of the boot-arg whose value is to be obtained. The caller may pass
- * NULL to simply check for the existence of a boot-arg.
+ * The name of the boot-arg whose value is to be obtained.
  *
  * @param where
- * On successful return, the integer value of the given boot-arg.
+ * On successful return, the integer value of the given boot-arg. The caller
+ * may pass NULL to simply check for the existence of a boot-arg.
  *
  * @result
  * A Boolean indicating whether the named argument was found. If the discovered