History log of /freebsd-9.3-release/share/man/man9/store.9
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 267654 19-Jun-2014 gjb

Copy stable/9 to releng/9.3 as part of the 9.3-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 235582 17-May-2012 gjb

MFC r235319:

Remove duplicate words in mdoc(7) pages.

PR: 167810


# 225736 22-Sep-2011 kensmith

Copy head to stable/9 as part of 9.0-RELEASE release cycle.

Approved by: re (implicit)


# 197780 05-Oct-2009 trasz

Make fetch(9) and store(9) manual pages closer to reality.


# 84306 01-Oct-2001 ru

mdoc(7) police: Use the new .In macro for #include statements.


# 79538 10-Jul-2001 ru

mdoc(7) police: removed HISTORY info from the .Os call.


# 69860 11-Dec-2000 ru

mdoc(7) police: use canonical form of .Dd macro.


# 68753 15-Nov-2000 ben

remove fullstops from the end of .Xr lines in SEE ALSO sections.


# 50476 27-Aug-1999 peter

$Id$ -> $FreeBSD$


# 48795 12-Jul-1999 nik

Add $Id$, to make it simpler for members of the translation teams to
track.

The $Id$ line is normally at the bottom of the main comment block in the
man page, separated from the rest of the manpage by an empty comment,
like so;

.\" $Id$
.\"

If the immediately preceding comment is a @(#) format ID marker than the
the $Id$ will line up underneath it with no intervening blank lines.
Otherwise, an additional blank line is inserted.

Approved by: bde


# 44517 06-Mar-1999 bde

Fixed bitrot in synopsis (fuword() and suword() changed to support alpha).


# 32572 16-Jan-1998 bde

Fixed a missing #include in the synopsis.


# 24818 11-Apr-1997 bde

Fixed #include(s) in the synopsis to actually declare the function(s) in the
synopsis.


# 21736 15-Jan-1997 phk

add more arguments to these things.

2.2 candidate.


# 15266 15-Apr-1996 mpp

Add man pages for the copy*, fetch*, and store* families of
kernel functions.

Also added timeout(9) to the makefile.

Reviewed by: joerg
Obtained from: NetBSD