diff options
author | 2010-12-03 12:39:19 +0000 | |
---|---|---|
committer | 2010-12-03 12:39:19 +0000 | |
commit | 9f2af888399e11bc9830a8dd2e33a11f68fb2972 (patch) | |
tree | 0112ed7e097f0051c4a80b23f3fad79cb431833d | |
parent | Document recent cpan MODULE change. (diff) | |
download | wireguard-openbsd-9f2af888399e11bc9830a8dd2e33a11f68fb2972.tar.xz wireguard-openbsd-9f2af888399e11bc9830a8dd2e33a11f68fb2972.zip |
Sizes may also be specified in gigabytes or terrabytes.
OK jmc@
-rw-r--r-- | share/man/man5/login.conf.5 | 20 |
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. |