File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1181,13 +1181,13 @@ setTimeout(() => {
1181
1181
```
1182
1182
1183
1183
1184
- ## process.initgroups(user, extra_group )
1184
+ ## process.initgroups(user, extraGroup )
1185
1185
<!-- YAML
1186
1186
added: v0.9.4
1187
1187
-->
1188
1188
1189
1189
* ` user ` {string|number} The user name or numeric identifier.
1190
- * ` extra_group ` {string|number} A group name or numeric identifier.
1190
+ * ` extraGroup ` {string|number} A group name or numeric identifier.
1191
1191
1192
1192
The ` process.initgroups() ` method reads the ` /etc/group ` file and initializes
1193
1193
the group access list, using all groups of which the user is a member. This is
Original file line number Diff line number Diff line change @@ -1338,10 +1338,10 @@ socket.pipe(pair.encrypted);
1338
1338
can be replaced by:
1339
1339
1340
1340
``` js
1341
- secure_socket = tls .TLSSocket (socket, options);
1341
+ secureSocket = tls .TLSSocket (socket, options);
1342
1342
```
1343
1343
1344
- where ` secure_socket ` has the same API as ` pair.cleartext ` .
1344
+ where ` secureSocket ` has the same API as ` pair.cleartext ` .
1345
1345
1346
1346
[ `'secureConnect'` ] : #tls_event_secureconnect
1347
1347
[ `'secureConnection'` ] : #tls_event_secureconnection
You can’t perform that action at this time.
0 commit comments