From 35d3601e388ad4b54affea092d6dd4f0a8be37d2 Mon Sep 17 00:00:00 2001 From: lincc <46962923+blueskyson@users.noreply.github.com> Date: Fri, 24 Sep 2021 02:34:23 +0800 Subject: [PATCH] common/l*: add more information link (#6577) --- pages.pt_BR/common/lsof.md | 1 + pages/common/last.md | 1 + pages/common/ldapsearch.md | 1 + pages/common/leave.md | 1 + pages/common/lex.md | 1 + pages/common/lorem.md | 1 + pages/common/lp.md | 1 + pages/common/lpstat.md | 1 + pages/common/lsof.md | 1 + 9 files changed, 9 insertions(+) diff --git a/pages.pt_BR/common/lsof.md b/pages.pt_BR/common/lsof.md index fedb22eb0..729419301 100644 --- a/pages.pt_BR/common/lsof.md +++ b/pages.pt_BR/common/lsof.md @@ -2,6 +2,7 @@ > Lista arquivos abertos e os seus processos correspondentes. > Nota: Privilégios de administrador (ou sudo) são necessários para listar arquivos abertos por outros. +> Mais informações: . - Localizar os processos que têm um certo arquivo aberto: diff --git a/pages/common/last.md b/pages/common/last.md index e80bfe03c..b421ec5a1 100644 --- a/pages/common/last.md +++ b/pages/common/last.md @@ -1,6 +1,7 @@ # last > View the last logged in users. +> More information: . - View last logins, their duration and other information as read from `/var/log/wtmp`: diff --git a/pages/common/ldapsearch.md b/pages/common/ldapsearch.md index 28b88a8a3..0f4356257 100644 --- a/pages/common/ldapsearch.md +++ b/pages/common/ldapsearch.md @@ -1,6 +1,7 @@ # ldapsearch > CLI utility for querying an LDAP directory. +> More information: . - Query an LDAP server for all items that are a member of the given group and return the object's displayName value: diff --git a/pages/common/leave.md b/pages/common/leave.md index ab45b77dc..d38823837 100644 --- a/pages/common/leave.md +++ b/pages/common/leave.md @@ -2,6 +2,7 @@ > Set a reminder for when it's time to leave. > To remove reminders use `kill $(pidof leave)`. +> More information: . - Set a reminder at a given time: diff --git a/pages/common/lex.md b/pages/common/lex.md index 7b5d95c84..154f80e5b 100644 --- a/pages/common/lex.md +++ b/pages/common/lex.md @@ -2,6 +2,7 @@ > Lexical analyser generator. > Given the specification for a lexical analyser, generates C code implementing it. +> More information: . - Generate an analyser from a Lex file: diff --git a/pages/common/lorem.md b/pages/common/lorem.md index 4dbef1e74..ba199e01b 100644 --- a/pages/common/lorem.md +++ b/pages/common/lorem.md @@ -1,6 +1,7 @@ # lorem > Create more or less random lorem ipsum text. +> More information: . - Print the specified number of words: diff --git a/pages/common/lp.md b/pages/common/lp.md index 137f2a488..dbeed805e 100644 --- a/pages/common/lp.md +++ b/pages/common/lp.md @@ -1,6 +1,7 @@ # lp > Print files. +> More information: . - Print the output of a command to the default printer (see `lpstat` command): diff --git a/pages/common/lpstat.md b/pages/common/lpstat.md index d0983b625..072f0fe82 100644 --- a/pages/common/lpstat.md +++ b/pages/common/lpstat.md @@ -1,6 +1,7 @@ # lpstat > Show status information about printers. +> More information: . - List printers present on the machine and whether they are enabled for printing: diff --git a/pages/common/lsof.md b/pages/common/lsof.md index 0eb10cf7f..815c6326e 100644 --- a/pages/common/lsof.md +++ b/pages/common/lsof.md @@ -2,6 +2,7 @@ > Lists open files and the corresponding processes. > Note: Root privileges (or sudo) is required to list files opened by others. +> More information: . - Find the processes that have a given file open: