-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathblogger.8.in
67 lines (67 loc) · 1.42 KB
/
blogger.8.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
.\"
.\" Copyright 2001 Werner Fink, 2001 SuSE GmbH Nuernberg, Germany.
.\"
.\" This program is free software; you can redistribute it and/or modify
.\" it under the terms of the GNU General Public License as published by
.\" the Free Software Foundation; either version 2 of the License, or
.\" (at your option) any later version.
.\"
.TH BLOGGER 8 "Jan 14, 2016" "Version 2.12" "The SUSE boot concept"
.UC 8
.SH NAME
Blogger \- writes messages to a running blogd process
.SH SYNOPSIS
.\"
.B blogger
.RB [ \-n | \-d | \-f | \-s | \-u ]
\fB"\fIa message here\fB"\fP
.SH DESCRIPTION
.B blogger
is used to send messages to the blogd process during
boot phase. These messages will only appear in the boot
logging file
.I @@BOOT_LOGFILE@@
and not on
.IR /dev/console .
.SH OPTIONS
.TP
.B \-n
Declare the following message as a
.BR <notice> .
This is the default.
.TP
.B \-d
Use thist to add the leading string
.B <done>
to the message.
.TP
.B \-f
Use thist to add the leading string
.B <failed>
to the message.
.TP
.B \-s
Use thist to add the leading string
.B <skipped>
to the message.
.TP
.B \-u
Use thist to add the leading string
.B <unused>
to the message.
.\"
.SH FILES
.TP
.I /dev/blog
the named pipe (FIFO) used as message channel to the blogd process.
.\"
.SH SEE ALSO
.BR blogd (8),
.BR console (4),
.BR tty (4),
.BR proc (5).
.SH COPYRIGHT
2001 Werner Fink,
2001 SuSE GmbH Nuernberg, Germany.
.SH AUTHOR
Werner Fink <[email protected]>