diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2009-05-06 19:43:17 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2009-05-06 19:43:17 +0000 |
commit | bc3ab78694deb23294414c1a7d9c2fded9220497 (patch) | |
tree | 308259cb598e6a70e731dfb8f135b822daf7c83b /share/man | |
parent | 13338936d22b3aadccb90af01ca67c2ad67fe0aa (diff) |
deraadt pointed out that the sentence i added in the previous commit
kind of mangled the sense of the text before, so rewrite it;
ok deraadt
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man5/motd.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man5/motd.5 b/share/man/man5/motd.5 index 5b784efa440..968e6f93a85 100644 --- a/share/man/man5/motd.5 +++ b/share/man/man5/motd.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: motd.5,v 1.9 2009/05/06 18:39:02 jmc Exp $ +.\" $OpenBSD: motd.5,v 1.10 2009/05/06 19:43:16 jmc Exp $ .\" $NetBSD: motd.5,v 1.2 1994/12/28 18:58:53 glass Exp $ .\" .\" This file is in the public domain. @@ -19,8 +19,8 @@ It is generally used for important system-wide announcements. During system startup, a line containing the kernel version string replaces all lines up to (but not including) the first blank line of this file. -To keep any custom message intact, ensure that you leave two blank lines -at the top, or your message will be overwritten. +Customised messages can be added to this file after +that first blank line. .Pp Individual users may suppress the display of this file by creating a file named .Pa .hushlogin |