fix .Os
authorCynthia A. E. Livingston <cael@ucbvax.Berkeley.EDU>
Tue, 2 Jul 1991 06:34:21 +0000 (22:34 -0800)
committerCynthia A. E. Livingston <cael@ucbvax.Berkeley.EDU>
Tue, 2 Jul 1991 06:34:21 +0000 (22:34 -0800)
SCCS-vsn: usr.bin/mkfifo/mkfifo.1 5.6
SCCS-vsn: usr.sbin/update/update.8 6.4

usr/src/usr.bin/mkfifo/mkfifo.1
usr/src/usr.sbin/update/update.8

index e949263..6c67136 100644 (file)
@@ -6,12 +6,11 @@
 .\"
 .\" %sccs.include.redist.man%
 .\"
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)mkfifo.1   5.5 (Berkeley) %G%
+.\"     @(#)mkfifo.1   5.6 (Berkeley) %G%
 .\"
 .\"
-.Vx
 .Dd 
 .Dt MKFIFO 1
 .Dd 
 .Dt MKFIFO 1
-.Os ATT 7th
+.Os
 .Sh NAME
 .Nm mkfifo
 .Nd make fifos
 .Sh NAME
 .Nm mkfifo
 .Nd make fifos
@@ -26,11 +25,11 @@ using mode
 .Li \&0777 .
 .Pp
 Options available are:
 .Li \&0777 .
 .Pp
 Options available are:
-.Tw Ds
-.Tp Fl p
+.Bl -tag -width Ds
+.It Fl p
 Create intermediate directories as required.  If this option is not
 specified, the full path prefix of each operand must already exist.
 Create intermediate directories as required.  If this option is not
 specified, the full path prefix of each operand must already exist.
-.Tp
+.El
 .Pp
 .Nm Mkfifo
 requires write permission in the parent directory.
 .Pp
 .Nm Mkfifo
 requires write permission in the parent directory.
@@ -38,9 +37,18 @@ requires write permission in the parent directory.
 .Nm Mkfifo
 exits 0 if successful, and >0 if an error occurred.
 .Sh STANDARDS
 .Nm Mkfifo
 exits 0 if successful, and >0 if an error occurred.
 .Sh STANDARDS
-Mkfifo is POSIX 1003.2 compliant.
-.br
-This manual page derived from the POSIX 1003.2 manual page.
+.Nm Mkfifo is
+.St -p1003.2
+compliant.
+.Pp
+This manual page derived from the
+.St p1003.2
+manual page.
 .Sh SEE ALSO
 .Xr mkdir 1 ,
 .Xr rm 1
 .Sh SEE ALSO
 .Xr mkdir 1 ,
 .Xr rm 1
+.Sh HISTORY
+The
+.Nm
+command is
+.Ud
index e6dc700..6b549e9 100644 (file)
@@ -1,12 +1,13 @@
-.\"    @(#)update.8    6.2 (Berkeley) 6/24/90
+.\" Copyright (c) 1991 The Regents of the University of California.
+.\" All rights reserved.
 .\"
 .\" %sccs.include.redist.man%
 .\"
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)update.8   6.3 (Berkeley) %G%
+.\"     @(#)update.8   6.4 (Berkeley) %G%
 .\"
 .Dd 
 .Dt UPDATE 8
 .\"
 .Dd 
 .Dt UPDATE 8
-.Os ATT 7th
+.Os
 .Sh NAME
 .Nm update
 .Nd flush internal filesystem caches to disk frequently
 .Sh NAME
 .Nm update
 .Nd flush internal filesystem caches to disk frequently
@@ -36,11 +37,12 @@ when the system goes multi-user.
 .Xr sync 8
 .Sh BUGS
 It is possible on some systems, that a
 .Xr sync 8
 .Sh BUGS
 It is possible on some systems, that a
-.Nm sync
+.Xr syn
 occuring simultaneously with a crash may cause
 file system damage. See
 .Xr fsck 8 .
 .Sh HISTORY
 An
 .Nm
 occuring simultaneously with a crash may cause
 file system damage. See
 .Xr fsck 8 .
 .Sh HISTORY
 An
 .Nm
-command appeared in Version 6 AT&T UNIX.
+command appeared in
+.At v6.