From 3424a53ebeadf7ab320c37cf93702953cee94efe Mon Sep 17 00:00:00 2001 From: ru Date: Thu, 19 Dec 2002 09:33:34 +0000 Subject: mdoc(7) police: Fixed a few .Fa abuses. --- lib/libc/stdtime/ctime.3 | 6 ++++-- lib/libc/sys/shmctl.2 | 4 ++-- 2 files changed, 6 insertions(+), 4 deletions(-) (limited to 'lib/libc') diff --git a/lib/libc/stdtime/ctime.3 b/lib/libc/stdtime/ctime.3 index 63c3408..3557471 100644 --- a/lib/libc/stdtime/ctime.3 +++ b/lib/libc/stdtime/ctime.3 @@ -360,8 +360,10 @@ in the threaded environment.) .Pp The -.Fa tm_zone -field of a returned tm structure points to a static array of characters, +.Va tm_zone +field of a returned +.Vt tm +structure points to a static array of characters, which will also be overwritten by any subsequent calls (as well as by subsequent calls to .Xr tzset 3 diff --git a/lib/libc/sys/shmctl.2 b/lib/libc/sys/shmctl.2 index 5b27ff5..ea7eaa7 100644 --- a/lib/libc/sys/shmctl.2 +++ b/lib/libc/sys/shmctl.2 @@ -89,8 +89,8 @@ or the process must have superuser privileges. .El .Pp The -.Fa shmid_ds -struct is defined as follows: +.Vt shmid_ds +structure is defined as follows: .\" .\" I fiddled with the spaces a bit to make it fit well when viewed .\" with nroff, but otherwise it's straight from sys/shm.h -- cgit v1.1