linux/*: fix typos (#8227)

pull/1/head
Ishaan Bhimwal 2022-07-19 19:45:32 +05:30 committed by GitHub
parent 0dfedb4e91
commit 099ee26571
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 7 additions and 7 deletions

View File

@ -13,7 +13,7 @@
- Create an access point without Internet sharing:
`create_ap -n {{wlan0}} {{acces_point_ssid}} {{passphrase}}`
`create_ap -n {{wlan0}} {{access_point_ssid}} {{passphrase}}`
- Create a bridged network with Internet sharing:

View File

@ -17,4 +17,4 @@
- Tag an image:
`ctr images tag {{souce_image}}:{{source_tag}} {{target_image}}:{{target_tag}}`
`ctr images tag {{source_image}}:{{source_tag}} {{target_image}}:{{target_tag}}`

View File

@ -1,6 +1,6 @@
# f5fpc
> A proprietry commercial SSL VPN client by BIG-IP Edge.
> A proprietary commercial SSL VPN client by BIG-IP Edge.
> More information: <https://techdocs.f5.com/kb/en-us/products/big-ip_apm/manuals/product/apm-client-configuration-11-4-0/4.html>.
- Open a new VPN connection:

View File

@ -11,7 +11,7 @@
`htpdate -q {{host}}`
- Compensate the systematisch clock drift:
- Compensate the systematic clock drift:
`sudo htpdate -x {{host}}`

View File

@ -17,4 +17,4 @@
- Create a shared memory segment with specific permissions (default is 0644):
`ipcmk --shmem {{segment_size_in_bytes}} {{octal_permissons}}`
`ipcmk --shmem {{segment_size_in_bytes}} {{octal_permissions}}`

View File

@ -5,7 +5,7 @@
- Interactively search for and install a package:
`paru {{package_name_or_seach_term}}`
`paru {{package_name_or_search_term}}`
- Synchronize and update all packages:

View File

@ -14,7 +14,7 @@
- Stop a service:
`sudo rc-servie {{service_name}} stop`
`sudo rc-service {{service_name}} stop`
- Restart a service: