summaryrefslogtreecommitdiff
path: root/share/man/man5
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2010-12-03 12:39:20 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2010-12-03 12:39:20 +0000
commitbd8717271007299f72c2ce7a5ea54c10861fd3f9 (patch)
treefe568676f343d46ad9718752617440d07a5492d8 /share/man/man5
parent578a32bcc037935e5f9268a8af7d08cc34919d1b (diff)
Sizes may also be specified in gigabytes or terrabytes.
OK jmc@
Diffstat (limited to 'share/man/man5')
-rw-r--r--share/man/man5/login.conf.520
1 files changed, 11 insertions, 9 deletions
diff --git a/share/man/man5/login.conf.5 b/share/man/man5/login.conf.5
index 2c42619f782..d909befab31 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.44 2010/09/30 21:00:47 sthen Exp $
+.\" $OpenBSD: login.conf.5,v 1.45 2010/12/03 12:39:19 millert Exp $
.\" BSDI $From: login.conf.5,v 2.20 2000/06/26 14:50:38 prb Exp $
.\"
-.Dd $Mdocdate: September 30 2010 $
+.Dd $Mdocdate: December 3 2010 $
.Dt LOGIN.CONF 5
.Os
.Sh NAME
@@ -406,14 +406,16 @@ A path name to program.
.It size
A
.Va number
-which expresses a size in bytes.
+which expresses a size.
+By default, the size is specified in bytes.
It may have a trailing
-.Li b
-to multiply the value by 512, a
-.Li k
-to multiply the value by 1 K (1024), and an
-.Li m
-to multiply the value by 1 M (1048576).
+.Li b ,
+.Li k ,
+.Li m ,
+.Li g or
+.Li t
+to indicate that the value is in 512-byte blocks,
+kilobytes, megabytes, gigabytes, or terrabytes, respectively.
.\"
.It time
A time in seconds.