diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2020-04-22 15:00:47 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2020-04-22 15:00:47 +0000 |
commit | 5346b3a3604f8a13c1326a5fe917f260b5b1ec57 (patch) | |
tree | 91c97cb753d7a4b4b0669ea1b91cea8a715083b5 /usr.bin | |
parent | 6ed6d53540e1d33636895bdd538319d66e124e66 (diff) |
mark up a function name with .Fn;
found with mandoc -Tlint
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/systat/systat.1 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/systat/systat.1 b/usr.bin/systat/systat.1 index 2ed51e28aad..b670bc95958 100644 --- a/usr.bin/systat/systat.1 +++ b/usr.bin/systat/systat.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: systat.1,v 1.115 2020/04/22 14:53:13 schwarze Exp $ +.\" $OpenBSD: systat.1,v 1.116 2020/04/22 15:00:46 schwarze Exp $ .\" $NetBSD: systat.1,v 1.6 1996/05/10 23:16:39 thorpej Exp $ .\" .\" Copyright (c) 1985, 1990, 1993 @@ -715,7 +715,8 @@ swap pages in use .It swpgonly in use swap pages not in RAM .It nswget -fault called uvm_swap_get() +fault called +.Fn uvm_swap_get .It nanon total anon's .Pp |