pages/*: use the imperative in descriptions (#12574)

* pages/*: use the imperative in descriptions

* go-fmt: put the description on one line
This commit is contained in:
Lena
2024-04-18 06:04:00 +02:00
committed by GitHub
parent 137d0f4572
commit c9775847b6
70 changed files with 71 additions and 71 deletions

View File

@@ -1,6 +1,6 @@
# date
> Displays or sets the system date.
> Display or set the system date.
> More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/date>.
- Display the current system date and prompt to enter a new date (leave empty to keep unchanged):

View File

@@ -1,6 +1,6 @@
# fsutil
> Displays information about file system volumes.
> Display information about file system volumes.
> More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/fsutil>.
- Display a list of volumes:

View File

@@ -1,6 +1,6 @@
# Get-Acl
> Gets the security descriptor for a resource, such as a file or registry key.
> Get the security descriptor for a resource, such as a file or registry key.
> This command can only be used through PowerShell.
> More information: <https://learn.microsoft.com/powershell/module/microsoft.powershell.security/get-acl>.

View File

@@ -1,6 +1,6 @@
# Get-Date
> Gets the current date and time.
> Get the current date and time.
> This command can only be used through PowerShell.
> More information: <https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/get-date>.

View File

@@ -1,6 +1,6 @@
# mkdir
> Creates a directory.
> Create a directory.
> More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/mkdir>.
- Create a directory:

View File

@@ -1,6 +1,6 @@
# netstat
> Displays active TCP connections, ports on which the computer is listening, network adapter statistics, the IP routing table, IPv4 statistics and IPv6 statistics.
> Display active TCP connections, ports on which the computer is listening, network adapter statistics, the IP routing table, IPv4 statistics and IPv6 statistics.
> More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/netstat>.
- Display active TCP connections:

View File

@@ -1,6 +1,6 @@
# query
> Displays information about user sessions and process.
> Display information about user sessions and process.
> More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/query>.
- Display all user sessions:

View File

@@ -1,6 +1,6 @@
# setx
> Sets persistent environment variables.
> Set persistent environment variables.
> More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/setx>.
- Set an environment variable for the current user: