diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-05-30 06:19:08 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-05-30 06:19:08 +0000 |
commit | c226a2443747b997aaa903586c3fe29e3f66c94f (patch) | |
tree | 56202edd0e02af8fd9f90469e52fc75e5b5700ea /share | |
parent | 5e83986be1240012c0be71291c327bb9d2cd7dde (diff) |
grammar fix; moritz@jodeit.org
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/utmp.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man5/utmp.5 b/share/man/man5/utmp.5 index 00620519c57..a83e6bca43c 100644 --- a/share/man/man5/utmp.5 +++ b/share/man/man5/utmp.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: utmp.5,v 1.17 2002/01/24 21:25:18 mickey Exp $ +.\" $OpenBSD: utmp.5,v 1.18 2002/05/30 06:19:07 deraadt Exp $ .\" $NetBSD: utmp.5,v 1.5 1994/11/30 19:31:35 jtc Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -194,7 +194,7 @@ structures are .Em not normal .Sq C -strings are thus not guaranteed to be null terminated. +strings and are thus not guaranteed to be null terminated. .Sh FILES .Bl -tag -width /var/log/lastlog -compact .It Pa /var/run/utmp |