diff options
author | 2020-04-22 15:00:46 +0000 | |
---|---|---|
committer | 2020-04-22 15:00:46 +0000 | |
commit | a4ccded939b1d98e19037b4be3468ab6772b644d (patch) | |
tree | 1763a37ed14007b09971c0de201edb6a7c083053 | |
parent | correct the description of the top line; (diff) | |
download | wireguard-openbsd-a4ccded939b1d98e19037b4be3468ab6772b644d.tar.xz wireguard-openbsd-a4ccded939b1d98e19037b4be3468ab6772b644d.zip |
mark up a function name with .Fn;
found with mandoc -Tlint
-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 |