Advertisement
Guest User

sample runs of apropos

a guest
Jun 22nd, 2011
251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 4.14 KB | None | 0 0
  1. bash-4.2$ ./apropos "copy string"            
  2. memccpy
  3. The memccpy function copies bytes from string src to string dst . If the character c...
  4.  
  5. strndup
  6. ...copies at most len characters from the string str always NUL terminating the copied string...
  7.  
  8. bcopy
  9. ...copies len bytes from string src to string dst . Unlike bcopy 3 the two strings...
  10.  
  11. strlcat
  12. size-bounded string copying and concatenation
  13.  
  14. bcopy
  15. ...bcopy function copies len bytes from string src to string dst . The two strings may...
  16.  
  17. memcpy
  18. The memcpy function copies len bytes from string src to string dst . The arguments must...
  19.  
  20. memmove
  21. ...memmove function copies len bytes from string src to string dst . The two strings may...
  22.  
  23. memmove
  24. ...memmove function copies len bytes from string src to string dst . The two strings may...
  25.  
  26. memcpy
  27. The memcpy function copies len bytes from string src to string dst . The arguments must...
  28.  
  29. strncpy
  30. ...copy the string src to dst (including the terminating \e0 character). The strncpy function copies...
  31.  
  32.  
  33. bash-4.2$ ./apropos "free allocated memory"
  34. free
  35. ...for the specified size. The free function causes the allocated memory referenced by ptr to...
  36.  
  37. kmem_free
  38. kmem_free frees kernel wired memory allocated by kmem_alloc or kmem_zalloc so that it can be...
  39.  
  40. MALLOC_DECLARE
  41. ...used to allocate the memory, either FREE or free can be used to free it...
  42.  
  43. posix_memalign
  44. aligned memory allocation...to realloc 3 and free 3 . RETURN VALUES...
  45.  
  46. alloca
  47. These functions allocate and free memory for the calling process. They are described in the...
  48.  
  49. MFREE
  50. ...the ``free'' list MT_DATA data was dynamically allocated...and macros for managing memory used by networking...
  51.  
  52. pmap
  53. ...allocated memory. If no memory can be allocated...The pmap implementation is free to either remove...
  54.  
  55. options
  56. ...Time critical fixed size memory allocation is performed with MALLOC and FREE . Normally these expand...
  57.  
  58. extent_print
  59. ...All memory allocation will use the memory type...and free . These applications may provide preallocated...
  60.  
  61. vmstat
  62. ...real memory free Free memory All memory values...dynamic memory listed first by size of allocation...
  63.  
  64.  
  65. bash-4.2$ ./apropos "package installation utility"
  66. pkg_info
  67. ...all userinstalled packages. Automatically installed packages (as...a utility for displaying information on software packages
  68.  
  69. pkg_delete
  70. a utility for deleting previously installed software package distributions
  71.  
  72. pkg_add
  73. a utility for installing and upgrading software package distributions
  74.  
  75. bpm
  76. ...it, the package will be downloaded automatically, and installed, using the pkg_add 1 utility. It...
  77.  
  78. atf-version
  79. ...ATF package installed in the system (the installation...atf-version is a utility that prints information...
  80.  
  81. compat_freebsd
  82. ...recommended that you install packages that include configuration...calls, such as syscons utilities. The compatibility feature...
  83.  
  84. isdntrace
  85. isdn4bsd ISDN protocol trace utility...the isdn4bsd package and is...based ISDN installation.) isdntrace automatically...
  86.  
  87. rc.conf
  88. ...Third party packages may test...rndctl 8 utility one or...will be installed on boot...
  89.  
  90. bash-4.2$ ./apropos "add a new user"
  91. useradd
  92. ...new user accounts will expire. Also see the e option above. G secondary-group Add...
  93.  
  94. options
  95. ...adds support for AppleTalk server services via user...2 syscall, and the new swapctl 2 interface...
  96.  
  97. config
  98. ...the user selects, config 1 will add the...separated by newline characters. However, newline...
  99.  
  100. csh
  101. ...USER into the variable user...1 option new be set...if you add commands to...
  102.  
  103. multicast
  104. ...we want to add new features in the...userlevel process and the kernel: The user...
  105.  
  106. ssh_config
  107. ...new hosts are frequently made. This option forces the user to manually add all new...
  108.  
  109. sysctl
  110. ...user.atexit_max integer no user...node as new mounts are...required to add an entry...
  111.  
  112. afterboot
  113. ...to add a regular user, add said user...client. You can add new virtual interfaces by...
  114.  
  115. gpt
  116. ...type device ... The add command allows the user to add a new partition to an...
  117.  
  118. ssh-agent
  119. ...ssh-add 1 adds the...in the user's local...starts a new subcommand into...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement