Skip to content

Commit f5a274c

Browse files
authored
lid*: refresh pages (#17462)
1 parent ff6bb61 commit f5a274c

File tree

3 files changed

+22
-15
lines changed

3 files changed

+22
-15
lines changed

pages/linux/libuser-lid.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,7 @@
11
# libuser-lid
22

3-
> Display a user's groups or a group's users.
4-
> On Fedora and Arch Linux, this program is installed as `lid`.
5-
> More information: <https://manned.org/lid.8>.
3+
> This command is an alias of `lid`.
64
7-
- List primary and secondary groups of a specific user:
5+
- View documentation for the original command:
86

9-
`sudo lid {{username}}`
10-
11-
- List users of a specific group:
12-
13-
`sudo lid --group {{name}}`
7+
`tldr lid.libuser`

pages/linux/lid.libuser.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# lid
2+
3+
> Display a user's groups or a group's users.
4+
> More information: <https://manned.org/lid.8>.
5+
6+
- List primary and secondary groups of a specific user:
7+
8+
`sudo lid {{username}}`
9+
10+
- List users of a specific group:
11+
12+
`sudo lid --group {{name}}`

pages/linux/lid.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
# lid
22

3-
> Note: This page is currently a redirection stub. If you are familiar with this program, please open a pull request.
4-
> Query ID database and report results.
5-
> On Fedora and Arch Linux, the binary name `lid` is taken by another program - see `tldr libuser-lid`.
6-
> More information: <https://www.gnu.org/software/idutils/>.
3+
> `lid` can refer to multiple commands with the same name.
74
8-
- View documentation for `libuser-lid`:
5+
- View documentation for the `libuser` tool:
96

10-
`tldr libuser-lid`
7+
`tldr lid.libuser`
8+
9+
- View documentation for the `idutils` tool:
10+
11+
`tldr lid.idutils`

0 commit comments

Comments
 (0)