summaryrefslogtreecommitdiff
path: root/lib/stdlib/test/shell_docs_SUITE_data/unknown_erlang_unregister_1_func.txt
blob: 4e25c97d02b05ed27007d93ccec0d2e231e7ff1a (plain)
1
2
3
4
5
6
7
8
9
10
11
12

  -spec unregister(RegName) -> true when RegName :: atom().

  Removes the registered name RegName associated with a process
  identifier or a port identifier, for example:

    > unregister(db).
    true

  Users are advised not to unregister system processes.

  Failure: badarg if RegName is not a registered name.