diff options
author | Igor Sobrado <sobrado@cvs.openbsd.org> | 2015-09-24 13:25:00 +0000 |
---|---|---|
committer | Igor Sobrado <sobrado@cvs.openbsd.org> | 2015-09-24 13:25:00 +0000 |
commit | a4b4bc20b072494c29cf6b5fd9065160752149d9 (patch) | |
tree | 18f4a961182a5f92772c15bd6034627563efdcb6 /share | |
parent | eea2227045bec740ad4786a7cfb2a7b609824d4d (diff) |
fix unit suffix.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/login.conf.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man5/login.conf.5 b/share/man/man5/login.conf.5 index 36560ad63f9..19564899e47 100644 --- a/share/man/man5/login.conf.5 +++ b/share/man/man5/login.conf.5 @@ -30,10 +30,10 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: login.conf.5,v 1.59 2015/02/11 04:03:40 tedu Exp $ +.\" $OpenBSD: login.conf.5,v 1.60 2015/09/24 13:24:59 sobrado Exp $ .\" BSDI $From: login.conf.5,v 2.20 2000/06/26 14:50:38 prb Exp $ .\" -.Dd $Mdocdate: February 11 2015 $ +.Dd $Mdocdate: September 24 2015 $ .Dt LOGIN.CONF 5 .Os .Sh NAME @@ -402,7 +402,7 @@ It may have a trailing or .Li t to indicate that the value is in 512-byte blocks, -kilobytes, megabytes, gigabytes, or terrabytes, respectively. +kilobytes, megabytes, gigabytes, or terabytes, respectively. .\" .It time A time in seconds. |