diff options
author | qwx <qwx@sciops.net> | 2022-10-02 03:48:31 +0000 |
---|---|---|
committer | qwx <qwx@sciops.net> | 2022-10-02 03:48:31 +0000 |
commit | 325c81416b18817a4e45384077aead2d0266536a (patch) | |
tree | c0e2d7c85fd1eeae70aabeaebadcf96f5aa9f6ac | |
parent | 8237f8c583281e8575c7f67f4d044b43aef82920 (diff) |
/sys/man: fix minor complaints from checkman
-rw-r--r-- | sys/man/1/bar | 2 | ||||
-rw-r--r-- | sys/man/1/chdev | 12 | ||||
-rw-r--r-- | sys/man/1/ktrans | 18 | ||||
-rw-r--r-- | sys/man/1/riow | 4 | ||||
-rw-r--r-- | sys/man/6/authsrv | 4 | ||||
-rw-r--r-- | sys/man/8/acmed | 4 | ||||
-rw-r--r-- | sys/man/8/sol | 2 |
7 files changed, 23 insertions, 23 deletions
diff --git a/sys/man/1/bar b/sys/man/1/bar index cc0f8f588..1a444a94b 100644 --- a/sys/man/1/bar +++ b/sys/man/1/bar @@ -55,7 +55,7 @@ option. Date and time format may be set using .I -d option, see -.I tmdate(2). +.IR tmdate (2). .SH EXAMPLES An example of how .I bar diff --git a/sys/man/1/chdev b/sys/man/1/chdev index a97df2c4b..cc402543d 100644 --- a/sys/man/1/chdev +++ b/sys/man/1/chdev @@ -81,12 +81,6 @@ then remove the ability to create more: bind '#|' /n/pipe chdev -r '|' .EE -.SH DIAGNOSTICS -.I Chdev -is implemented through writes to -.BR /dev/drivers , -served by -.IR cons (3). .SH SOURCE .B /rc/bin/chdev .SH "SEE ALSO" @@ -95,5 +89,11 @@ for a list of current drivers. .PP .IR intro (3), .IR cons (3) +.SH DIAGNOSTICS +.I Chdev +is implemented through writes to +.BR /dev/drivers , +served by +.IR cons (3). .SH HISTORY Chdev first appeared in 9front (May, 2022). diff --git a/sys/man/1/ktrans b/sys/man/1/ktrans index 88f60471e..99b6b4039 100644 --- a/sys/man/1/ktrans +++ b/sys/man/1/ktrans @@ -85,15 +85,6 @@ Korean mode. Implicit layer converts latin to Korean Hangul. .TP .B ctrl-v Vietnamese Telex input. -.SH SOURCE -.B /sys/src/cmd/ktrans -.SH SEE ALSO -.IR rio (4) -.IR kbdfs (8) -.br -.IR /sys/src/cmd/ktrans/README.kenji -.br -.IR /sys/src/cmd/ktrans/READMEJ.kenji .SH EXAMPLES To type the following Japanese text: @@ -112,6 +103,15 @@ nakanakatanoshiImonodesu.[\\n] where [^\\] and [^l] indicate 'ctl-\\' and 'ctl-l', respectively. See README.kenji for the details of this Japanese input method. +.SH SOURCE +.B /sys/src/cmd/ktrans +.SH SEE ALSO +.IR rio (4) +.IR kbdfs (8) +.br +.IR /sys/src/cmd/ktrans/README.kenji +.br +.IR /sys/src/cmd/ktrans/READMEJ.kenji .SH BUGS .PP There is no way to generate the control characters literally. diff --git a/sys/man/1/riow b/sys/man/1/riow index df5ec7a1f..5b01b117c 100644 --- a/sys/man/1/riow +++ b/sys/man/1/riow @@ -9,7 +9,7 @@ riow \- keyboard-controller for rio(1) .SH DESCRIPTION .I riow provides keyboard controlling for -.I rio(1) +.IR rio (1) in the manner of .IR i3 , .I sway @@ -56,7 +56,7 @@ option. .TP .B Kmod4+enter Spawn a new -.IR window(1) . +.IR window (1). .TP .B Kmod4+h/j/k/l Focus left/down/up/right. diff --git a/sys/man/6/authsrv b/sys/man/6/authsrv index 08342885a..1e835934a 100644 --- a/sys/man/6/authsrv +++ b/sys/man/6/authsrv @@ -593,8 +593,8 @@ and .IR attach (5)). Other services, such as .IR rcpu (1), -.IR rexport(1), -.IR rimport(1) +.IR rexport (1), +.IR rimport (1) and .IR tlssrv (8) run diff --git a/sys/man/8/acmed b/sys/man/8/acmed index 7eb924316..ec094bd17 100644 --- a/sys/man/8/acmed +++ b/sys/man/8/acmed @@ -144,7 +144,7 @@ auth/rsa2jwk acct.key > /sys/lib/tls/acmed/me@example.com.pub Then the .B acct.key must be loaded into -.IR factotum(4). +.IR factotum (4). It is recommended to put .B acct.key into @@ -173,7 +173,7 @@ for more examples on how to use RSA keys. .PP The certificate for the domain can now be fetched. This requires -.IR webfs(4) +.IR webfs (4) to be mounted as the ACME protocol uses HTTP to talk to the provider. .IP diff --git a/sys/man/8/sol b/sys/man/8/sol index 58ecf057f..64ffd8fda 100644 --- a/sys/man/8/sol +++ b/sys/man/8/sol @@ -47,7 +47,7 @@ The flag connects to the VNC port instead. .SH EXAMPLE Connect to the KVM port with -.IR vnc(1): +.IR vnc (1): .IP .EX execnet && vncv 'exec!ip/sol -k host' |